Shades of Olive Drab #618B19
Tints of Olive Drab #618B19
RGB
CMYK
RGB Variations
Color information
#618B19 (or 0x618B19) is known color: Olive Drab. HEX triplet: 61, 8B and 19. RGB value is (97,139,25). Sum of RGB (Red+Green+Blue) = 97+139+25=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 139 (54.69% from 255 or 53.26% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 139 - color contains mainly: green. Hex color #618B19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618B19 is #9E74E6. Grayscale: #717171. Windows color (decimal): -10384615 or 1674081. OLE color: 1674081.
HSL color Cylindrical-coordinate representation of color #618B19: hue angle of 82.11º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #618B19 is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 139 | 25 | - |
| CMYK | 0.30 | 0 | 0.82 | 0.45 |
| HSL | 82.11º | 0.7% | 0.32% | - |
| HSV(B) | 82.11º | 0.82% | 0.55% | - |
| XYZ | 14.34 | 21.08 | 4.23 | - |
| YUV | 113.45 | 78.09 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 139 | 25 | 0.30 | 0 | 0.82 | 0.45 | 82.11 | 0.7 | 0.32 |
| Hex | 61 | 8B | 19 | 1E | 0 | 52 | 2D | 52 | 46 | 20 |
| Octal | 141 | 213 | 31 | 36 | 0 | 122 | 55 | 122 | 106 | 40 |
| Binary | 1100001 | 10001011 | 11001 | 11110 | 0 | 1010010 | 101101 | 1010010 | 1000110 | 100000 |
Color Harmonies of #618B19
Complementary color
Monochromatic Colors of #618B19
Black with #618B19
Text Example
Text Example
White with #618B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618B19; }
p { color: rgb(97,139,25); }
H1.HeaderClassName
{
color: #618B19;
}
.AnyTagClassName
{
color: #618B19;
}
</style>
background-color css
<style>
a { background-color: #618B19; }
a { background-color: rgb(97,139,25); }
div.DivClassName
{
background-color: #618B19;
}
.BgClassName
{
background-color: #618B19;
}
</style>
border-color css
<style>
span { border-color: #618B19; }
span { border-color: rgb(97,139,25); }
td.TdClassName
{
border-color: #618B19;
}
.TagClassName
{
border-color: #618B19;
}
</style>