Shades of Olive Drab #62810D
Tints of Olive Drab #62810D
RGB
CMYK
RGB Variations
Color information
#62810D (or 0x62810D) is known color: Olive Drab. HEX triplet: 62, 81 and 0D. RGB value is (98,129,13). Sum of RGB (Red+Green+Blue) = 98+129+13=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #62810D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62810D is #9D7EF2. Grayscale: #6A6A6A. Windows color (decimal): -10321651 or 885090. OLE color: 885090.
HSL color Cylindrical-coordinate representation of color #62810D: hue angle of 76.03º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #62810D is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 129 | 13 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.49 |
| HSL | 76.03º | 0.82% | 0.28% | - |
| HSV(B) | 76.03º | 0.9% | 0.51% | - |
| XYZ | 12.96 | 18.33 | 3.24 | - |
| YUV | 106.51 | 75.23 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 129 | 13 | 0.24 | 0 | 0.90 | 0.49 | 76.03 | 0.82 | 0.28 |
| Hex | 62 | 81 | D | 18 | 0 | 5A | 31 | 4C | 52 | 1C |
| Octal | 142 | 201 | 15 | 30 | 0 | 132 | 61 | 114 | 122 | 34 |
| Binary | 1100010 | 10000001 | 1101 | 11000 | 0 | 1011010 | 110001 | 1001100 | 1010010 | 11100 |
Color Harmonies of #62810D
Complementary color
Monochromatic Colors of #62810D
Black with #62810D
Text Example
Text Example
White with #62810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62810D; }
p { color: rgb(98,129,13); }
H1.HeaderClassName
{
color: #62810D;
}
.AnyTagClassName
{
color: #62810D;
}
</style>
background-color css
<style>
a { background-color: #62810D; }
a { background-color: rgb(98,129,13); }
div.DivClassName
{
background-color: #62810D;
}
.BgClassName
{
background-color: #62810D;
}
</style>
border-color css
<style>
span { border-color: #62810D; }
span { border-color: rgb(98,129,13); }
td.TdClassName
{
border-color: #62810D;
}
.TagClassName
{
border-color: #62810D;
}
</style>