Shades of Olive #607E00
Tints of Olive #607E00
RGB
CMYK
RGB Variations
Color information
#607E00 (or 0x607E00) is known color: Olive. HEX triplet: 60, 7E and 00. RGB value is (96,126,0). Sum of RGB (Red+Green+Blue) = 96+126+0=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 126 (49.61% from 255 or 56.76% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 126 - color contains mainly: green. Hex color #607E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607E00 is #9F81FF. Grayscale: #676767. Windows color (decimal): -10453504 or 32352. OLE color: 32352.
HSL color Cylindrical-coordinate representation of color #607E00: hue angle of 74.29º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #607E00 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 126 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.51 |
| HSL | 74.29º | 1% | 0.25% | - |
| HSV(B) | 74.29º | 1% | 0.49% | - |
| XYZ | 12.28 | 17.41 | 2.71 | - |
| YUV | 102.67 | 70.06 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 0 | 0.24 | 0 | 1 | 0.51 | 74.29 | 1 | 0.25 |
| Hex | 60 | 7E | 0 | 18 | 0 | 64 | 33 | 4A | 64 | 19 |
| Octal | 140 | 176 | 0 | 30 | 0 | 144 | 63 | 112 | 144 | 31 |
| Binary | 1100000 | 1111110 | 0 | 11000 | 0 | 1100100 | 110011 | 1001010 | 1100100 | 11001 |
Color Harmonies of #607E00
Complementary color
Monochromatic Colors of #607E00
Black with #607E00
Text Example
Text Example
White with #607E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607E00; }
p { color: rgb(96,126,0); }
H1.HeaderClassName
{
color: #607E00;
}
.AnyTagClassName
{
color: #607E00;
}
</style>
background-color css
<style>
a { background-color: #607E00; }
a { background-color: rgb(96,126,0); }
div.DivClassName
{
background-color: #607E00;
}
.BgClassName
{
background-color: #607E00;
}
</style>
border-color css
<style>
span { border-color: #607E00; }
span { border-color: rgb(96,126,0); }
td.TdClassName
{
border-color: #607E00;
}
.TagClassName
{
border-color: #607E00;
}
</style>