#007A06 (or 0x007A06) is unknown color: approx Green. HEX triplet: 00, 7A and 06. RGB value is (0,122,6). Sum of RGB (Red+Green+Blue) = 0+122+6=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 122 (48.05% from 255 or 95.31% from 128); Blue value is 6 (2.73% from 255 or 4.69% from 128); Max value from RGB is 122 - color contains mainly: green. Hex color #007A06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007A06 is #FF85F9. Grayscale: #484848. Windows color (decimal): -16745978 or 424448. OLE color: 424448.
HSL color Cylindrical-coordinate representation of color #007A06: hue angle of 122.95º 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 #007A06 is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.52.
<style> p { color: #007A06; } p { color: rgb(0,122,6); } H1.HeaderClassName { color: #007A06; } .AnyTagClassName { color: #007A06; } </style>
<style> a { background-color: #007A06; } a { background-color: rgb(0,122,6); } div.DivClassName { background-color: #007A06; } .BgClassName { background-color: #007A06; } </style>
<style> span { border-color: #007A06; } span { border-color: rgb(0,122,6); } td.TdClassName { border-color: #007A06; } .TagClassName { border-color: #007A06; } </style>