Shades of Olive Drab #619214
Tints of Olive Drab #619214
RGB
CMYK
RGB Variations
Color information
#619214 (or 0x619214) is known color: Olive Drab. HEX triplet: 61, 92 and 14. RGB value is (97,146,20). Sum of RGB (Red+Green+Blue) = 97+146+20=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 146 (57.42% from 255 or 55.51% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 146 - color contains mainly: green. Hex color #619214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619214 is #9E6DEB. Grayscale: #757575. Windows color (decimal): -10382828 or 1348193. OLE color: 1348193.
HSL color Cylindrical-coordinate representation of color #619214: hue angle of 83.33º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #619214 is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 146 | 20 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.43 |
| HSL | 83.33º | 0.76% | 0.33% | - |
| HSV(B) | 83.33º | 0.86% | 0.57% | - |
| XYZ | 15.33 | 23.15 | 4.32 | - |
| YUV | 116.99 | 73.27 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 146 | 20 | 0.34 | 0 | 0.86 | 0.43 | 83.33 | 0.76 | 0.33 |
| Hex | 61 | 92 | 14 | 22 | 0 | 56 | 2B | 53 | 4C | 21 |
| Octal | 141 | 222 | 24 | 42 | 0 | 126 | 53 | 123 | 114 | 41 |
| Binary | 1100001 | 10010010 | 10100 | 100010 | 0 | 1010110 | 101011 | 1010011 | 1001100 | 100001 |
Color Harmonies of #619214
Complementary color
Monochromatic Colors of #619214
Black with #619214
Text Example
Text Example
White with #619214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619214; }
p { color: rgb(97,146,20); }
H1.HeaderClassName
{
color: #619214;
}
.AnyTagClassName
{
color: #619214;
}
</style>
background-color css
<style>
a { background-color: #619214; }
a { background-color: rgb(97,146,20); }
div.DivClassName
{
background-color: #619214;
}
.BgClassName
{
background-color: #619214;
}
</style>
border-color css
<style>
span { border-color: #619214; }
span { border-color: rgb(97,146,20); }
td.TdClassName
{
border-color: #619214;
}
.TagClassName
{
border-color: #619214;
}
</style>