Shades of Olive Drab #618802
Tints of Olive Drab #618802
RGB
CMYK
RGB Variations
Color information
#618802 (or 0x618802) is known color: Olive Drab. HEX triplet: 61, 88 and 02. RGB value is (97,136,2). Sum of RGB (Red+Green+Blue) = 97+136+2=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 136 (53.52% from 255 or 57.87% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 136 - color contains mainly: green. Hex color #618802 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618802 is #9E77FD. Grayscale: #6D6D6D. Windows color (decimal): -10385406 or 165985. OLE color: 165985.
HSL color Cylindrical-coordinate representation of color #618802: hue angle of 77.46º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #618802 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 136 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.47 |
| HSL | 77.46º | 0.97% | 0.27% | - |
| HSV(B) | 77.46º | 0.99% | 0.53% | - |
| XYZ | 13.74 | 20.15 | 3.22 | - |
| YUV | 109.06 | 67.58 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 136 | 2 | 0.29 | 0 | 0.99 | 0.47 | 77.46 | 0.97 | 0.27 |
| Hex | 61 | 88 | 2 | 1D | 0 | 63 | 2F | 4D | 61 | 1B |
| Octal | 141 | 210 | 2 | 35 | 0 | 143 | 57 | 115 | 141 | 33 |
| Binary | 1100001 | 10001000 | 10 | 11101 | 0 | 1100011 | 101111 | 1001101 | 1100001 | 11011 |
Color Harmonies of #618802
Complementary color
Monochromatic Colors of #618802
Black with #618802
Text Example
Text Example
White with #618802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618802; }
p { color: rgb(97,136,2); }
H1.HeaderClassName
{
color: #618802;
}
.AnyTagClassName
{
color: #618802;
}
</style>
background-color css
<style>
a { background-color: #618802; }
a { background-color: rgb(97,136,2); }
div.DivClassName
{
background-color: #618802;
}
.BgClassName
{
background-color: #618802;
}
</style>
border-color css
<style>
span { border-color: #618802; }
span { border-color: rgb(97,136,2); }
td.TdClassName
{
border-color: #618802;
}
.TagClassName
{
border-color: #618802;
}
</style>