Shades of Olive Drab #608A1E
Tints of Olive Drab #608A1E
RGB
CMYK
RGB Variations
Color information
#608A1E (or 0x608A1E) is known color: Olive Drab. HEX triplet: 60, 8A and 1E. RGB value is (96,138,30). Sum of RGB (Red+Green+Blue) = 96+138+30=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 138 (54.30% from 255 or 52.27% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 138 - color contains mainly: green. Hex color #608A1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608A1E is #9F75E1. Grayscale: #717171. Windows color (decimal): -10450402 or 2001504. OLE color: 2001504.
HSL color Cylindrical-coordinate representation of color #608A1E: hue angle of 83.33º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #608A1E is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 138 | 30 | - |
| CMYK | 0.30 | 0 | 0.78 | 0.46 |
| HSL | 83.33º | 0.64% | 0.33% | - |
| HSV(B) | 83.33º | 0.78% | 0.54% | - |
| XYZ | 14.15 | 20.76 | 4.49 | - |
| YUV | 113.13 | 81.09 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 138 | 30 | 0.30 | 0 | 0.78 | 0.46 | 83.33 | 0.64 | 0.33 |
| Hex | 60 | 8A | 1E | 1E | 0 | 4E | 2E | 53 | 40 | 21 |
| Octal | 140 | 212 | 36 | 36 | 0 | 116 | 56 | 123 | 100 | 41 |
| Binary | 1100000 | 10001010 | 11110 | 11110 | 0 | 1001110 | 101110 | 1010011 | 1000000 | 100001 |
Color Harmonies of #608A1E
Complementary color
Monochromatic Colors of #608A1E
Black with #608A1E
Text Example
Text Example
White with #608A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608A1E; }
p { color: rgb(96,138,30); }
H1.HeaderClassName
{
color: #608A1E;
}
.AnyTagClassName
{
color: #608A1E;
}
</style>
background-color css
<style>
a { background-color: #608A1E; }
a { background-color: rgb(96,138,30); }
div.DivClassName
{
background-color: #608A1E;
}
.BgClassName
{
background-color: #608A1E;
}
</style>
border-color css
<style>
span { border-color: #608A1E; }
span { border-color: rgb(96,138,30); }
td.TdClassName
{
border-color: #608A1E;
}
.TagClassName
{
border-color: #608A1E;
}
</style>