Shades of Olive Drab #608B19
Tints of Olive Drab #608B19
RGB
CMYK
RGB Variations
Color information
#608B19 (or 0x608B19) is known color: Olive Drab. HEX triplet: 60, 8B and 19. RGB value is (96,139,25). Sum of RGB (Red+Green+Blue) = 96+139+25=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 139 (54.69% from 255 or 53.46% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 139 - color contains mainly: green. Hex color #608B19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608B19 is #9F74E6. Grayscale: #717171. Windows color (decimal): -10450151 or 1674080. OLE color: 1674080.
HSL color Cylindrical-coordinate representation of color #608B19: hue angle of 82.63º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #608B19 is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 139 | 25 | - |
| CMYK | 0.31 | 0 | 0.82 | 0.45 |
| HSL | 82.63º | 0.7% | 0.32% | - |
| HSV(B) | 82.63º | 0.82% | 0.55% | - |
| XYZ | 14.23 | 21.02 | 4.23 | - |
| YUV | 113.15 | 78.25 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 139 | 25 | 0.31 | 0 | 0.82 | 0.45 | 82.63 | 0.7 | 0.32 |
| Hex | 60 | 8B | 19 | 1F | 0 | 52 | 2D | 53 | 46 | 20 |
| Octal | 140 | 213 | 31 | 37 | 0 | 122 | 55 | 123 | 106 | 40 |
| Binary | 1100000 | 10001011 | 11001 | 11111 | 0 | 1010010 | 101101 | 1010011 | 1000110 | 100000 |
Color Harmonies of #608B19
Complementary color
Monochromatic Colors of #608B19
Black with #608B19
Text Example
Text Example
White with #608B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608B19; }
p { color: rgb(96,139,25); }
H1.HeaderClassName
{
color: #608B19;
}
.AnyTagClassName
{
color: #608B19;
}
</style>
background-color css
<style>
a { background-color: #608B19; }
a { background-color: rgb(96,139,25); }
div.DivClassName
{
background-color: #608B19;
}
.BgClassName
{
background-color: #608B19;
}
</style>
border-color css
<style>
span { border-color: #608B19; }
span { border-color: rgb(96,139,25); }
td.TdClassName
{
border-color: #608B19;
}
.TagClassName
{
border-color: #608B19;
}
</style>