Shades of Olive Drab #607F2B
Tints of Olive Drab #607F2B
RGB
CMYK
RGB Variations
Color information
#607F2B (or 0x607F2B) is known color: Olive Drab. HEX triplet: 60, 7F and 2B. RGB value is (96,127,43). Sum of RGB (Red+Green+Blue) = 96+127+43=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 127 - color contains mainly: green. Hex color #607F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607F2B is #9F80D4. Grayscale: #6C6C6C. Windows color (decimal): -10453205 or 2850656. OLE color: 2850656.
HSL color Cylindrical-coordinate representation of color #607F2B: hue angle of 82.14º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #607F2B is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 127 | 43 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.50 |
| HSL | 82.14º | 0.49% | 0.33% | - |
| HSV(B) | 82.14º | 0.66% | 0.5% | - |
| XYZ | 12.85 | 17.84 | 5.05 | - |
| YUV | 108.16 | 91.23 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 43 | 0.24 | 0 | 0.66 | 0.50 | 82.14 | 0.49 | 0.33 |
| Hex | 60 | 7F | 2B | 18 | 0 | 42 | 32 | 52 | 31 | 21 |
| Octal | 140 | 177 | 53 | 30 | 0 | 102 | 62 | 122 | 61 | 41 |
| Binary | 1100000 | 1111111 | 101011 | 11000 | 0 | 1000010 | 110010 | 1010010 | 110001 | 100001 |
Color Harmonies of #607F2B
Complementary color
Monochromatic Colors of #607F2B
Black with #607F2B
Text Example
Text Example
White with #607F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607F2B; }
p { color: rgb(96,127,43); }
H1.HeaderClassName
{
color: #607F2B;
}
.AnyTagClassName
{
color: #607F2B;
}
</style>
background-color css
<style>
a { background-color: #607F2B; }
a { background-color: rgb(96,127,43); }
div.DivClassName
{
background-color: #607F2B;
}
.BgClassName
{
background-color: #607F2B;
}
</style>
border-color css
<style>
span { border-color: #607F2B; }
span { border-color: rgb(96,127,43); }
td.TdClassName
{
border-color: #607F2B;
}
.TagClassName
{
border-color: #607F2B;
}
</style>