Shades of Olive Drab #618E08
Tints of Olive Drab #618E08
RGB
CMYK
RGB Variations
Color information
#618E08 (or 0x618E08) is known color: Olive Drab. HEX triplet: 61, 8E and 08. RGB value is (97,142,8). Sum of RGB (Red+Green+Blue) = 97+142+8=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 142 (55.86% from 255 or 57.49% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 142 - color contains mainly: green. Hex color #618E08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618E08 is #9E71F7. Grayscale: #717171. Windows color (decimal): -10383864 or 560737. OLE color: 560737.
HSL color Cylindrical-coordinate representation of color #618E08: hue angle of 80.15º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #618E08 is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 142 | 8 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.44 |
| HSL | 80.15º | 0.89% | 0.29% | - |
| HSV(B) | 80.15º | 0.94% | 0.56% | - |
| XYZ | 14.65 | 21.9 | 3.69 | - |
| YUV | 113.27 | 68.59 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 142 | 8 | 0.32 | 0 | 0.94 | 0.44 | 80.15 | 0.89 | 0.29 |
| Hex | 61 | 8E | 8 | 20 | 0 | 5E | 2C | 50 | 59 | 1D |
| Octal | 141 | 216 | 10 | 40 | 0 | 136 | 54 | 120 | 131 | 35 |
| Binary | 1100001 | 10001110 | 1000 | 100000 | 0 | 1011110 | 101100 | 1010000 | 1011001 | 11101 |
Color Harmonies of #618E08
Complementary color
Monochromatic Colors of #618E08
Black with #618E08
Text Example
Text Example
White with #618E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618E08; }
p { color: rgb(97,142,8); }
H1.HeaderClassName
{
color: #618E08;
}
.AnyTagClassName
{
color: #618E08;
}
</style>
background-color css
<style>
a { background-color: #618E08; }
a { background-color: rgb(97,142,8); }
div.DivClassName
{
background-color: #618E08;
}
.BgClassName
{
background-color: #618E08;
}
</style>
border-color css
<style>
span { border-color: #618E08; }
span { border-color: rgb(97,142,8); }
td.TdClassName
{
border-color: #618E08;
}
.TagClassName
{
border-color: #618E08;
}
</style>