Shades of Olive Drab #62900E
Tints of Olive Drab #62900E
RGB
CMYK
RGB Variations
Color information
#62900E (or 0x62900E) is known color: Olive Drab. HEX triplet: 62, 90 and 0E. RGB value is (98,144,14). Sum of RGB (Red+Green+Blue) = 98+144+14=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 144 (56.64% from 255 or 56.25% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 144 - color contains mainly: green. Hex color #62900E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62900E is #9D6FF1. Grayscale: #737373. Windows color (decimal): -10317810 or 954466. OLE color: 954466.
HSL color Cylindrical-coordinate representation of color #62900E: hue angle of 81.23º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #62900E is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 144 | 14 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.44 |
| HSL | 81.23º | 0.82% | 0.31% | - |
| HSV(B) | 81.23º | 0.9% | 0.56% | - |
| XYZ | 15.09 | 22.57 | 3.98 | - |
| YUV | 115.43 | 70.76 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 144 | 14 | 0.32 | 0 | 0.90 | 0.44 | 81.23 | 0.82 | 0.31 |
| Hex | 62 | 90 | E | 20 | 0 | 5A | 2C | 51 | 52 | 1F |
| Octal | 142 | 220 | 16 | 40 | 0 | 132 | 54 | 121 | 122 | 37 |
| Binary | 1100010 | 10010000 | 1110 | 100000 | 0 | 1011010 | 101100 | 1010001 | 1010010 | 11111 |
Color Harmonies of #62900E
Complementary color
Monochromatic Colors of #62900E
Black with #62900E
Text Example
Text Example
White with #62900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62900E; }
p { color: rgb(98,144,14); }
H1.HeaderClassName
{
color: #62900E;
}
.AnyTagClassName
{
color: #62900E;
}
</style>
background-color css
<style>
a { background-color: #62900E; }
a { background-color: rgb(98,144,14); }
div.DivClassName
{
background-color: #62900E;
}
.BgClassName
{
background-color: #62900E;
}
</style>
border-color css
<style>
span { border-color: #62900E; }
span { border-color: rgb(98,144,14); }
td.TdClassName
{
border-color: #62900E;
}
.TagClassName
{
border-color: #62900E;
}
</style>