Shades of Olive Drab #65900E
Tints of Olive Drab #65900E
RGB
CMYK
RGB Variations
Color information
#65900E (or 0x65900E) is known color: Olive Drab. HEX triplet: 65, 90 and 0E. RGB value is (101,144,14). Sum of RGB (Red+Green+Blue) = 101+144+14=259 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.00% from 259); Green value is 144 (56.64% from 255 or 55.60% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 144 - color contains mainly: green. Hex color #65900E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65900E is #9A6FF1. Grayscale: #747474. Windows color (decimal): -10121202 or 954469. OLE color: 954469.
HSL color Cylindrical-coordinate representation of color #65900E: hue angle of 79.85º 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 #65900E is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 144 | 14 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.44 |
| HSL | 79.85º | 0.82% | 0.31% | - |
| HSV(B) | 79.85º | 0.9% | 0.56% | - |
| XYZ | 15.42 | 22.74 | 3.99 | - |
| YUV | 116.32 | 70.25 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 144 | 14 | 0.30 | 0 | 0.90 | 0.44 | 79.85 | 0.82 | 0.31 |
| Hex | 65 | 90 | E | 1E | 0 | 5A | 2C | 50 | 52 | 1F |
| Octal | 145 | 220 | 16 | 36 | 0 | 132 | 54 | 120 | 122 | 37 |
| Binary | 1100101 | 10010000 | 1110 | 11110 | 0 | 1011010 | 101100 | 1010000 | 1010010 | 11111 |
Color Harmonies of #65900E
Complementary color
Monochromatic Colors of #65900E
Black with #65900E
Text Example
Text Example
White with #65900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65900E; }
p { color: rgb(101,144,14); }
H1.HeaderClassName
{
color: #65900E;
}
.AnyTagClassName
{
color: #65900E;
}
</style>
background-color css
<style>
a { background-color: #65900E; }
a { background-color: rgb(101,144,14); }
div.DivClassName
{
background-color: #65900E;
}
.BgClassName
{
background-color: #65900E;
}
</style>
border-color css
<style>
span { border-color: #65900E; }
span { border-color: rgb(101,144,14); }
td.TdClassName
{
border-color: #65900E;
}
.TagClassName
{
border-color: #65900E;
}
</style>