Shades of Olive Drab #65810E
Tints of Olive Drab #65810E
RGB
CMYK
RGB Variations
Color information
#65810E (or 0x65810E) is known color: Olive Drab. HEX triplet: 65, 81 and 0E. RGB value is (101,129,14). Sum of RGB (Red+Green+Blue) = 101+129+14=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 129 (50.78% from 255 or 52.87% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 129 - color contains mainly: green. Hex color #65810E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65810E is #9A7EF1. Grayscale: #6B6B6B. Windows color (decimal): -10125042 or 950629. OLE color: 950629.
HSL color Cylindrical-coordinate representation of color #65810E: hue angle of 74.61º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65810E is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 129 | 14 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.49 |
| HSL | 74.61º | 0.8% | 0.28% | - |
| HSV(B) | 74.61º | 0.89% | 0.51% | - |
| XYZ | 13.3 | 18.5 | 3.29 | - |
| YUV | 107.52 | 75.22 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 129 | 14 | 0.22 | 0 | 0.89 | 0.49 | 74.61 | 0.8 | 0.28 |
| Hex | 65 | 81 | E | 16 | 0 | 59 | 31 | 4B | 50 | 1C |
| Octal | 145 | 201 | 16 | 26 | 0 | 131 | 61 | 113 | 120 | 34 |
| Binary | 1100101 | 10000001 | 1110 | 10110 | 0 | 1011001 | 110001 | 1001011 | 1010000 | 11100 |
Color Harmonies of #65810E
Complementary color
Monochromatic Colors of #65810E
Black with #65810E
Text Example
Text Example
White with #65810E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65810E; }
p { color: rgb(101,129,14); }
H1.HeaderClassName
{
color: #65810E;
}
.AnyTagClassName
{
color: #65810E;
}
</style>
background-color css
<style>
a { background-color: #65810E; }
a { background-color: rgb(101,129,14); }
div.DivClassName
{
background-color: #65810E;
}
.BgClassName
{
background-color: #65810E;
}
</style>
border-color css
<style>
span { border-color: #65810E; }
span { border-color: rgb(101,129,14); }
td.TdClassName
{
border-color: #65810E;
}
.TagClassName
{
border-color: #65810E;
}
</style>