Shades of Olive Drab #62910E
Tints of Olive Drab #62910E
RGB
CMYK
RGB Variations
Color information
#62910E (or 0x62910E) is known color: Olive Drab. HEX triplet: 62, 91 and 0E. RGB value is (98,145,14). Sum of RGB (Red+Green+Blue) = 98+145+14=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 145 (57.03% from 255 or 56.42% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 145 - color contains mainly: green. Hex color #62910E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62910E is #9D6EF1. Grayscale: #747474. Windows color (decimal): -10317554 or 954722. OLE color: 954722.
HSL color Cylindrical-coordinate representation of color #62910E: hue angle of 81.53º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #62910E is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 145 | 14 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.43 |
| HSL | 81.53º | 0.82% | 0.31% | - |
| HSV(B) | 81.53º | 0.9% | 0.57% | - |
| XYZ | 15.24 | 22.88 | 4.03 | - |
| YUV | 116.01 | 70.43 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 145 | 14 | 0.32 | 0 | 0.90 | 0.43 | 81.53 | 0.82 | 0.31 |
| Hex | 62 | 91 | E | 20 | 0 | 5A | 2B | 52 | 52 | 1F |
| Octal | 142 | 221 | 16 | 40 | 0 | 132 | 53 | 122 | 122 | 37 |
| Binary | 1100010 | 10010001 | 1110 | 100000 | 0 | 1011010 | 101011 | 1010010 | 1010010 | 11111 |
Color Harmonies of #62910E
Complementary color
Monochromatic Colors of #62910E
Black with #62910E
Text Example
Text Example
White with #62910E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62910E; }
p { color: rgb(98,145,14); }
H1.HeaderClassName
{
color: #62910E;
}
.AnyTagClassName
{
color: #62910E;
}
</style>
background-color css
<style>
a { background-color: #62910E; }
a { background-color: rgb(98,145,14); }
div.DivClassName
{
background-color: #62910E;
}
.BgClassName
{
background-color: #62910E;
}
</style>
border-color css
<style>
span { border-color: #62910E; }
span { border-color: rgb(98,145,14); }
td.TdClassName
{
border-color: #62910E;
}
.TagClassName
{
border-color: #62910E;
}
</style>