Shades of Olive Drab #65890A
Tints of Olive Drab #65890A
RGB
CMYK
RGB Variations
Color information
#65890A (or 0x65890A) is known color: Olive Drab. HEX triplet: 65, 89 and 0A. RGB value is (101,137,10). Sum of RGB (Red+Green+Blue) = 101+137+10=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 137 (53.91% from 255 or 55.24% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 137 - color contains mainly: green. Hex color #65890A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65890A is #9A76F5. Grayscale: #707070. Windows color (decimal): -10122998 or 690533. OLE color: 690533.
HSL color Cylindrical-coordinate representation of color #65890A: hue angle of 77.01º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #65890A is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 137 | 10 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.46 |
| HSL | 77.01º | 0.86% | 0.29% | - |
| HSV(B) | 77.01º | 0.93% | 0.54% | - |
| XYZ | 14.37 | 20.68 | 3.52 | - |
| YUV | 111.76 | 70.57 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 137 | 10 | 0.26 | 0 | 0.93 | 0.46 | 77.01 | 0.86 | 0.29 |
| Hex | 65 | 89 | A | 1A | 0 | 5D | 2E | 4D | 56 | 1D |
| Octal | 145 | 211 | 12 | 32 | 0 | 135 | 56 | 115 | 126 | 35 |
| Binary | 1100101 | 10001001 | 1010 | 11010 | 0 | 1011101 | 101110 | 1001101 | 1010110 | 11101 |
Color Harmonies of #65890A
Complementary color
Monochromatic Colors of #65890A
Black with #65890A
Text Example
Text Example
White with #65890A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65890A; }
p { color: rgb(101,137,10); }
H1.HeaderClassName
{
color: #65890A;
}
.AnyTagClassName
{
color: #65890A;
}
</style>
background-color css
<style>
a { background-color: #65890A; }
a { background-color: rgb(101,137,10); }
div.DivClassName
{
background-color: #65890A;
}
.BgClassName
{
background-color: #65890A;
}
</style>
border-color css
<style>
span { border-color: #65890A; }
span { border-color: rgb(101,137,10); }
td.TdClassName
{
border-color: #65890A;
}
.TagClassName
{
border-color: #65890A;
}
</style>