Shades of Olive Drab #65880A
Tints of Olive Drab #65880A
RGB
CMYK
RGB Variations
Color information
#65880A (or 0x65880A) is known color: Olive Drab. HEX triplet: 65, 88 and 0A. RGB value is (101,136,10). Sum of RGB (Red+Green+Blue) = 101+136+10=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 136 (53.52% from 255 or 55.06% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 136 - color contains mainly: green. Hex color #65880A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65880A is #9A77F5. Grayscale: #6F6F6F. Windows color (decimal): -10123254 or 690277. OLE color: 690277.
HSL color Cylindrical-coordinate representation of color #65880A: hue angle of 76.67º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #65880A is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 136 | 10 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.47 |
| HSL | 76.67º | 0.86% | 0.29% | - |
| HSV(B) | 76.67º | 0.93% | 0.53% | - |
| XYZ | 14.23 | 20.4 | 3.47 | - |
| YUV | 111.17 | 70.9 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 136 | 10 | 0.26 | 0 | 0.93 | 0.47 | 76.67 | 0.86 | 0.29 |
| Hex | 65 | 88 | A | 1A | 0 | 5D | 2F | 4D | 56 | 1D |
| Octal | 145 | 210 | 12 | 32 | 0 | 135 | 57 | 115 | 126 | 35 |
| Binary | 1100101 | 10001000 | 1010 | 11010 | 0 | 1011101 | 101111 | 1001101 | 1010110 | 11101 |
Color Harmonies of #65880A
Complementary color
Monochromatic Colors of #65880A
Black with #65880A
Text Example
Text Example
White with #65880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65880A; }
p { color: rgb(101,136,10); }
H1.HeaderClassName
{
color: #65880A;
}
.AnyTagClassName
{
color: #65880A;
}
</style>
background-color css
<style>
a { background-color: #65880A; }
a { background-color: rgb(101,136,10); }
div.DivClassName
{
background-color: #65880A;
}
.BgClassName
{
background-color: #65880A;
}
</style>
border-color css
<style>
span { border-color: #65880A; }
span { border-color: rgb(101,136,10); }
td.TdClassName
{
border-color: #65880A;
}
.TagClassName
{
border-color: #65880A;
}
</style>