Shades of Olive Drab #62811E
Tints of Olive Drab #62811E
RGB
CMYK
RGB Variations
Color information
#62811E (or 0x62811E) is known color: Olive Drab. HEX triplet: 62, 81 and 1E. RGB value is (98,129,30). Sum of RGB (Red+Green+Blue) = 98+129+30=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 129 (50.78% from 255 or 50.19% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 129 - color contains mainly: green. Hex color #62811E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62811E is #9D7EE1. Grayscale: #6C6C6C. Windows color (decimal): -10321634 or 1999202. OLE color: 1999202.
HSL color Cylindrical-coordinate representation of color #62811E: hue angle of 78.79º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #62811E is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 129 | 30 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.49 |
| HSL | 78.79º | 0.62% | 0.31% | - |
| HSV(B) | 78.79º | 0.77% | 0.51% | - |
| XYZ | 13.12 | 18.39 | 4.09 | - |
| YUV | 108.45 | 83.73 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 129 | 30 | 0.24 | 0 | 0.77 | 0.49 | 78.79 | 0.62 | 0.31 |
| Hex | 62 | 81 | 1E | 18 | 0 | 4D | 31 | 4F | 3E | 1F |
| Octal | 142 | 201 | 36 | 30 | 0 | 115 | 61 | 117 | 76 | 37 |
| Binary | 1100010 | 10000001 | 11110 | 11000 | 0 | 1001101 | 110001 | 1001111 | 111110 | 11111 |
Color Harmonies of #62811E
Complementary color
Monochromatic Colors of #62811E
Black with #62811E
Text Example
Text Example
White with #62811E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62811E; }
p { color: rgb(98,129,30); }
H1.HeaderClassName
{
color: #62811E;
}
.AnyTagClassName
{
color: #62811E;
}
</style>
background-color css
<style>
a { background-color: #62811E; }
a { background-color: rgb(98,129,30); }
div.DivClassName
{
background-color: #62811E;
}
.BgClassName
{
background-color: #62811E;
}
</style>
border-color css
<style>
span { border-color: #62811E; }
span { border-color: rgb(98,129,30); }
td.TdClassName
{
border-color: #62811E;
}
.TagClassName
{
border-color: #62811E;
}
</style>