Shades of Olive Drab #608722
Tints of Olive Drab #608722
RGB
CMYK
RGB Variations
Color information
#608722 (or 0x608722) is known color: Olive Drab. HEX triplet: 60, 87 and 22. RGB value is (96,135,34). Sum of RGB (Red+Green+Blue) = 96+135+34=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 135 (53.12% from 255 or 50.94% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 135 - color contains mainly: green. Hex color #608722 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608722 is #9F78DD. Grayscale: #707070. Windows color (decimal): -10451166 or 2262880. OLE color: 2262880.
HSL color Cylindrical-coordinate representation of color #608722: hue angle of 83.17º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #608722 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 135 | 34 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.47 |
| HSL | 83.17º | 0.6% | 0.33% | - |
| HSV(B) | 83.17º | 0.75% | 0.53% | - |
| XYZ | 13.78 | 19.93 | 4.63 | - |
| YUV | 111.83 | 84.08 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 135 | 34 | 0.29 | 0 | 0.75 | 0.47 | 83.17 | 0.6 | 0.33 |
| Hex | 60 | 87 | 22 | 1D | 0 | 4B | 2F | 53 | 3C | 21 |
| Octal | 140 | 207 | 42 | 35 | 0 | 113 | 57 | 123 | 74 | 41 |
| Binary | 1100000 | 10000111 | 100010 | 11101 | 0 | 1001011 | 101111 | 1010011 | 111100 | 100001 |
Color Harmonies of #608722
Complementary color
Monochromatic Colors of #608722
Black with #608722
Text Example
Text Example
White with #608722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608722; }
p { color: rgb(96,135,34); }
H1.HeaderClassName
{
color: #608722;
}
.AnyTagClassName
{
color: #608722;
}
</style>
background-color css
<style>
a { background-color: #608722; }
a { background-color: rgb(96,135,34); }
div.DivClassName
{
background-color: #608722;
}
.BgClassName
{
background-color: #608722;
}
</style>
border-color css
<style>
span { border-color: #608722; }
span { border-color: rgb(96,135,34); }
td.TdClassName
{
border-color: #608722;
}
.TagClassName
{
border-color: #608722;
}
</style>