Shades of Olive Drab #618808
Tints of Olive Drab #618808
RGB
CMYK
RGB Variations
Color information
#618808 (or 0x618808) is known color: Olive Drab. HEX triplet: 61, 88 and 08. RGB value is (97,136,8). Sum of RGB (Red+Green+Blue) = 97+136+8=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 136 (53.52% from 255 or 56.43% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 136 - color contains mainly: green. Hex color #618808 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618808 is #9E77F7. Grayscale: #6E6E6E. Windows color (decimal): -10385400 or 559201. OLE color: 559201.
HSL color Cylindrical-coordinate representation of color #618808: hue angle of 78.28º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #618808 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 136 | 8 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.47 |
| HSL | 78.28º | 0.89% | 0.28% | - |
| HSV(B) | 78.28º | 0.94% | 0.53% | - |
| XYZ | 13.78 | 20.17 | 3.4 | - |
| YUV | 109.75 | 70.58 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 136 | 8 | 0.29 | 0 | 0.94 | 0.47 | 78.28 | 0.89 | 0.28 |
| Hex | 61 | 88 | 8 | 1D | 0 | 5E | 2F | 4E | 59 | 1C |
| Octal | 141 | 210 | 10 | 35 | 0 | 136 | 57 | 116 | 131 | 34 |
| Binary | 1100001 | 10001000 | 1000 | 11101 | 0 | 1011110 | 101111 | 1001110 | 1011001 | 11100 |
Color Harmonies of #618808
Complementary color
Monochromatic Colors of #618808
Black with #618808
Text Example
Text Example
White with #618808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618808; }
p { color: rgb(97,136,8); }
H1.HeaderClassName
{
color: #618808;
}
.AnyTagClassName
{
color: #618808;
}
</style>
background-color css
<style>
a { background-color: #618808; }
a { background-color: rgb(97,136,8); }
div.DivClassName
{
background-color: #618808;
}
.BgClassName
{
background-color: #618808;
}
</style>
border-color css
<style>
span { border-color: #618808; }
span { border-color: rgb(97,136,8); }
td.TdClassName
{
border-color: #618808;
}
.TagClassName
{
border-color: #618808;
}
</style>