Shades of Olive Drab #618213
Tints of Olive Drab #618213
RGB
CMYK
RGB Variations
Color information
#618213 (or 0x618213) is known color: Olive Drab. HEX triplet: 61, 82 and 13. RGB value is (97,130,19). Sum of RGB (Red+Green+Blue) = 97+130+19=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #618213 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618213 is #9E7DEC. Grayscale: #6B6B6B. Windows color (decimal): -10386925 or 1278561. OLE color: 1278561.
HSL color Cylindrical-coordinate representation of color #618213: hue angle of 77.84º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #618213 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 130 | 19 | - |
| CMYK | 0.25 | 0 | 0.85 | 0.49 |
| HSL | 77.84º | 0.74% | 0.29% | - |
| HSV(B) | 77.84º | 0.85% | 0.51% | - |
| XYZ | 13.03 | 18.55 | 3.51 | - |
| YUV | 107.48 | 78.07 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 130 | 19 | 0.25 | 0 | 0.85 | 0.49 | 77.84 | 0.74 | 0.29 |
| Hex | 61 | 82 | 13 | 19 | 0 | 55 | 31 | 4E | 4A | 1D |
| Octal | 141 | 202 | 23 | 31 | 0 | 125 | 61 | 116 | 112 | 35 |
| Binary | 1100001 | 10000010 | 10011 | 11001 | 0 | 1010101 | 110001 | 1001110 | 1001010 | 11101 |
Color Harmonies of #618213
Complementary color
Monochromatic Colors of #618213
Black with #618213
Text Example
Text Example
White with #618213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618213; }
p { color: rgb(97,130,19); }
H1.HeaderClassName
{
color: #618213;
}
.AnyTagClassName
{
color: #618213;
}
</style>
background-color css
<style>
a { background-color: #618213; }
a { background-color: rgb(97,130,19); }
div.DivClassName
{
background-color: #618213;
}
.BgClassName
{
background-color: #618213;
}
</style>
border-color css
<style>
span { border-color: #618213; }
span { border-color: rgb(97,130,19); }
td.TdClassName
{
border-color: #618213;
}
.TagClassName
{
border-color: #618213;
}
</style>