Shades of Olive Drab #618807
Tints of Olive Drab #618807
RGB
CMYK
RGB Variations
Color information
#618807 (or 0x618807) is known color: Olive Drab. HEX triplet: 61, 88 and 07. RGB value is (97,136,7). Sum of RGB (Red+Green+Blue) = 97+136+7=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 136 (53.52% from 255 or 56.67% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 136 - color contains mainly: green. Hex color #618807 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618807 is #9E77F8. Grayscale: #6E6E6E. Windows color (decimal): -10385401 or 493665. OLE color: 493665.
HSL color Cylindrical-coordinate representation of color #618807: hue angle of 78.14º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #618807 is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 136 | 7 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.47 |
| HSL | 78.14º | 0.9% | 0.28% | - |
| HSV(B) | 78.14º | 0.95% | 0.53% | - |
| XYZ | 13.77 | 20.17 | 3.37 | - |
| YUV | 109.63 | 70.08 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 136 | 7 | 0.29 | 0 | 0.95 | 0.47 | 78.14 | 0.9 | 0.28 |
| Hex | 61 | 88 | 7 | 1D | 0 | 5F | 2F | 4E | 5A | 1C |
| Octal | 141 | 210 | 7 | 35 | 0 | 137 | 57 | 116 | 132 | 34 |
| Binary | 1100001 | 10001000 | 111 | 11101 | 0 | 1011111 | 101111 | 1001110 | 1011010 | 11100 |
Color Harmonies of #618807
Complementary color
Monochromatic Colors of #618807
Black with #618807
Text Example
Text Example
White with #618807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618807; }
p { color: rgb(97,136,7); }
H1.HeaderClassName
{
color: #618807;
}
.AnyTagClassName
{
color: #618807;
}
</style>
background-color css
<style>
a { background-color: #618807; }
a { background-color: rgb(97,136,7); }
div.DivClassName
{
background-color: #618807;
}
.BgClassName
{
background-color: #618807;
}
</style>
border-color css
<style>
span { border-color: #618807; }
span { border-color: rgb(97,136,7); }
td.TdClassName
{
border-color: #618807;
}
.TagClassName
{
border-color: #618807;
}
</style>