Shades of Olive Drab #608A1C
Tints of Olive Drab #608A1C
RGB
CMYK
RGB Variations
Color information
#608A1C (or 0x608A1C) is known color: Olive Drab. HEX triplet: 60, 8A and 1C. RGB value is (96,138,28). Sum of RGB (Red+Green+Blue) = 96+138+28=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 138 (54.30% from 255 or 52.67% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 138 - color contains mainly: green. Hex color #608A1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608A1C is #9F75E3. Grayscale: #717171. Windows color (decimal): -10450404 or 1870432. OLE color: 1870432.
HSL color Cylindrical-coordinate representation of color #608A1C: hue angle of 82.91º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #608A1C is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 138 | 28 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.46 |
| HSL | 82.91º | 0.66% | 0.33% | - |
| HSV(B) | 82.91º | 0.8% | 0.54% | - |
| XYZ | 14.12 | 20.75 | 4.36 | - |
| YUV | 112.9 | 80.09 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 138 | 28 | 0.30 | 0 | 0.80 | 0.46 | 82.91 | 0.66 | 0.33 |
| Hex | 60 | 8A | 1C | 1E | 0 | 50 | 2E | 53 | 42 | 21 |
| Octal | 140 | 212 | 34 | 36 | 0 | 120 | 56 | 123 | 102 | 41 |
| Binary | 1100000 | 10001010 | 11100 | 11110 | 0 | 1010000 | 101110 | 1010011 | 1000010 | 100001 |
Color Harmonies of #608A1C
Complementary color
Monochromatic Colors of #608A1C
Black with #608A1C
Text Example
Text Example
White with #608A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608A1C; }
p { color: rgb(96,138,28); }
H1.HeaderClassName
{
color: #608A1C;
}
.AnyTagClassName
{
color: #608A1C;
}
</style>
background-color css
<style>
a { background-color: #608A1C; }
a { background-color: rgb(96,138,28); }
div.DivClassName
{
background-color: #608A1C;
}
.BgClassName
{
background-color: #608A1C;
}
</style>
border-color css
<style>
span { border-color: #608A1C; }
span { border-color: rgb(96,138,28); }
td.TdClassName
{
border-color: #608A1C;
}
.TagClassName
{
border-color: #608A1C;
}
</style>