Shades of Olive Drab #608524
Tints of Olive Drab #608524
RGB
CMYK
RGB Variations
Color information
#608524 (or 0x608524) is known color: Olive Drab. HEX triplet: 60, 85 and 24. RGB value is (96,133,36). Sum of RGB (Red+Green+Blue) = 96+133+36=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #608524 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608524 is #9F7ADB. Grayscale: #6F6F6F. Windows color (decimal): -10451676 or 2393440. OLE color: 2393440.
HSL color Cylindrical-coordinate representation of color #608524: hue angle of 82.89º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #608524 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 133 | 36 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.48 |
| HSL | 82.89º | 0.57% | 0.33% | - |
| HSV(B) | 82.89º | 0.73% | 0.52% | - |
| XYZ | 13.53 | 19.39 | 4.7 | - |
| YUV | 110.88 | 85.74 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 133 | 36 | 0.28 | 0 | 0.73 | 0.48 | 82.89 | 0.57 | 0.33 |
| Hex | 60 | 85 | 24 | 1C | 0 | 49 | 30 | 53 | 39 | 21 |
| Octal | 140 | 205 | 44 | 34 | 0 | 111 | 60 | 123 | 71 | 41 |
| Binary | 1100000 | 10000101 | 100100 | 11100 | 0 | 1001001 | 110000 | 1010011 | 111001 | 100001 |
Color Harmonies of #608524
Complementary color
Monochromatic Colors of #608524
Black with #608524
Text Example
Text Example
White with #608524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608524; }
p { color: rgb(96,133,36); }
H1.HeaderClassName
{
color: #608524;
}
.AnyTagClassName
{
color: #608524;
}
</style>
background-color css
<style>
a { background-color: #608524; }
a { background-color: rgb(96,133,36); }
div.DivClassName
{
background-color: #608524;
}
.BgClassName
{
background-color: #608524;
}
</style>
border-color css
<style>
span { border-color: #608524; }
span { border-color: rgb(96,133,36); }
td.TdClassName
{
border-color: #608524;
}
.TagClassName
{
border-color: #608524;
}
</style>