Shades of Olive Drab #618800
Tints of Olive Drab #618800
RGB
CMYK
RGB Variations
Color information
#618800 (or 0x618800) is known color: Olive Drab. HEX triplet: 61, 88 and 00. RGB value is (97,136,0). Sum of RGB (Red+Green+Blue) = 97+136+0=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 136 (53.52% from 255 or 58.37% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 136 - color contains mainly: green. Hex color #618800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618800 is #9E77FF. Grayscale: #6D6D6D. Windows color (decimal): -10385408 or 34913. OLE color: 34913.
HSL color Cylindrical-coordinate representation of color #618800: hue angle of 77.21º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #618800 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 136 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.47 |
| HSL | 77.21º | 1% | 0.27% | - |
| HSV(B) | 77.21º | 1% | 0.53% | - |
| XYZ | 13.73 | 20.15 | 3.17 | - |
| YUV | 108.84 | 66.58 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 136 | 0 | 0.29 | 0 | 1 | 0.47 | 77.21 | 1 | 0.27 |
| Hex | 61 | 88 | 0 | 1D | 0 | 64 | 2F | 4D | 64 | 1B |
| Octal | 141 | 210 | 0 | 35 | 0 | 144 | 57 | 115 | 144 | 33 |
| Binary | 1100001 | 10001000 | 0 | 11101 | 0 | 1100100 | 101111 | 1001101 | 1100100 | 11011 |
Color Harmonies of #618800
Complementary color
Monochromatic Colors of #618800
Black with #618800
Text Example
Text Example
White with #618800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618800; }
p { color: rgb(97,136,0); }
H1.HeaderClassName
{
color: #618800;
}
.AnyTagClassName
{
color: #618800;
}
</style>
background-color css
<style>
a { background-color: #618800; }
a { background-color: rgb(97,136,0); }
div.DivClassName
{
background-color: #618800;
}
.BgClassName
{
background-color: #618800;
}
</style>
border-color css
<style>
span { border-color: #618800; }
span { border-color: rgb(97,136,0); }
td.TdClassName
{
border-color: #618800;
}
.TagClassName
{
border-color: #618800;
}
</style>