#007B0E (or 0x007B0E) is unknown color: approx Green. HEX triplet: 00, 7B and 0E. RGB value is (0,123,14). Sum of RGB (Red+Green+Blue) = 0+123+14=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 123 (48.44% from 255 or 89.78% from 137); Blue value is 14 (5.86% from 255 or 10.22% from 137); Max value from RGB is 123 - color contains mainly: green. Hex color #007B0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007B0E is #FF84F1. Grayscale: #4A4A4A. Windows color (decimal): -16745714 or 948992. OLE color: 948992.
HSL color Cylindrical-coordinate representation of color #007B0E: hue angle of 126.83º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007B0E is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.
<style> p { color: #007B0E; } p { color: rgb(0,123,14); } H1.HeaderClassName { color: #007B0E; } .AnyTagClassName { color: #007B0E; } </style>
<style> a { background-color: #007B0E; } a { background-color: rgb(0,123,14); } div.DivClassName { background-color: #007B0E; } .BgClassName { background-color: #007B0E; } </style>
<style> span { border-color: #007B0E; } span { border-color: rgb(0,123,14); } td.TdClassName { border-color: #007B0E; } .TagClassName { border-color: #007B0E; } </style>