Shades of Olive Drab #618805
Tints of Olive Drab #618805
RGB
CMYK
RGB Variations
Color information
#618805 (or 0x618805) is known color: Olive Drab. HEX triplet: 61, 88 and 05. RGB value is (97,136,5). Sum of RGB (Red+Green+Blue) = 97+136+5=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 136 (53.52% from 255 or 57.14% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 136 - color contains mainly: green. Hex color #618805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618805 is #9E77FA. Grayscale: #6D6D6D. Windows color (decimal): -10385403 or 362593. OLE color: 362593.
HSL color Cylindrical-coordinate representation of color #618805: hue angle of 77.86º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #618805 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 136 | 5 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.47 |
| HSL | 77.86º | 0.93% | 0.28% | - |
| HSV(B) | 77.86º | 0.96% | 0.53% | - |
| XYZ | 13.76 | 20.16 | 3.31 | - |
| YUV | 109.41 | 69.08 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 136 | 5 | 0.29 | 0 | 0.96 | 0.47 | 77.86 | 0.93 | 0.28 |
| Hex | 61 | 88 | 5 | 1D | 0 | 60 | 2F | 4E | 5D | 1C |
| Octal | 141 | 210 | 5 | 35 | 0 | 140 | 57 | 116 | 135 | 34 |
| Binary | 1100001 | 10001000 | 101 | 11101 | 0 | 1100000 | 101111 | 1001110 | 1011101 | 11100 |
Color Harmonies of #618805
Complementary color
Monochromatic Colors of #618805
Black with #618805
Text Example
Text Example
White with #618805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618805; }
p { color: rgb(97,136,5); }
H1.HeaderClassName
{
color: #618805;
}
.AnyTagClassName
{
color: #618805;
}
</style>
background-color css
<style>
a { background-color: #618805; }
a { background-color: rgb(97,136,5); }
div.DivClassName
{
background-color: #618805;
}
.BgClassName
{
background-color: #618805;
}
</style>
border-color css
<style>
span { border-color: #618805; }
span { border-color: rgb(97,136,5); }
td.TdClassName
{
border-color: #618805;
}
.TagClassName
{
border-color: #618805;
}
</style>