Shades of Olive Drab #62890E
Tints of Olive Drab #62890E
RGB
CMYK
RGB Variations
Color information
#62890E (or 0x62890E) is known color: Olive Drab. HEX triplet: 62, 89 and 0E. RGB value is (98,137,14). Sum of RGB (Red+Green+Blue) = 98+137+14=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 137 (53.91% from 255 or 55.02% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 137 - color contains mainly: green. Hex color #62890E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62890E is #9D76F1. Grayscale: #6F6F6F. Windows color (decimal): -10319602 or 952674. OLE color: 952674.
HSL color Cylindrical-coordinate representation of color #62890E: hue angle of 79.02º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #62890E is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 137 | 14 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.46 |
| HSL | 79.02º | 0.81% | 0.3% | - |
| HSV(B) | 79.02º | 0.9% | 0.54% | - |
| XYZ | 14.06 | 20.52 | 3.64 | - |
| YUV | 111.32 | 73.08 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 137 | 14 | 0.28 | 0 | 0.90 | 0.46 | 79.02 | 0.81 | 0.3 |
| Hex | 62 | 89 | E | 1C | 0 | 5A | 2E | 4F | 51 | 1E |
| Octal | 142 | 211 | 16 | 34 | 0 | 132 | 56 | 117 | 121 | 36 |
| Binary | 1100010 | 10001001 | 1110 | 11100 | 0 | 1011010 | 101110 | 1001111 | 1010001 | 11110 |
Color Harmonies of #62890E
Complementary color
Monochromatic Colors of #62890E
Black with #62890E
Text Example
Text Example
White with #62890E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62890E; }
p { color: rgb(98,137,14); }
H1.HeaderClassName
{
color: #62890E;
}
.AnyTagClassName
{
color: #62890E;
}
</style>
background-color css
<style>
a { background-color: #62890E; }
a { background-color: rgb(98,137,14); }
div.DivClassName
{
background-color: #62890E;
}
.BgClassName
{
background-color: #62890E;
}
</style>
border-color css
<style>
span { border-color: #62890E; }
span { border-color: rgb(98,137,14); }
td.TdClassName
{
border-color: #62890E;
}
.TagClassName
{
border-color: #62890E;
}
</style>