Shades of Olive Drab #65801A
Tints of Olive Drab #65801A
RGB
CMYK
RGB Variations
Color information
#65801A (or 0x65801A) is known color: Olive Drab. HEX triplet: 65, 80 and 1A. RGB value is (101,128,26). Sum of RGB (Red+Green+Blue) = 101+128+26=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 128 (50.39% from 255 or 50.20% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 128 - color contains mainly: green. Hex color #65801A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65801A is #9A7FE5. Grayscale: #6C6C6C. Windows color (decimal): -10125286 or 1736805. OLE color: 1736805.
HSL color Cylindrical-coordinate representation of color #65801A: hue angle of 75.88º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #65801A is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 128 | 26 | - |
| CMYK | 0.21 | 0 | 0.80 | 0.50 |
| HSL | 75.88º | 0.66% | 0.3% | - |
| HSV(B) | 75.88º | 0.8% | 0.5% | - |
| XYZ | 13.27 | 18.28 | 3.81 | - |
| YUV | 108.3 | 81.55 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 26 | 0.21 | 0 | 0.80 | 0.50 | 75.88 | 0.66 | 0.3 |
| Hex | 65 | 80 | 1A | 15 | 0 | 50 | 32 | 4C | 42 | 1E |
| Octal | 145 | 200 | 32 | 25 | 0 | 120 | 62 | 114 | 102 | 36 |
| Binary | 1100101 | 10000000 | 11010 | 10101 | 0 | 1010000 | 110010 | 1001100 | 1000010 | 11110 |
Color Harmonies of #65801A
Complementary color
Monochromatic Colors of #65801A
Black with #65801A
Text Example
Text Example
White with #65801A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65801A; }
p { color: rgb(101,128,26); }
H1.HeaderClassName
{
color: #65801A;
}
.AnyTagClassName
{
color: #65801A;
}
</style>
background-color css
<style>
a { background-color: #65801A; }
a { background-color: rgb(101,128,26); }
div.DivClassName
{
background-color: #65801A;
}
.BgClassName
{
background-color: #65801A;
}
</style>
border-color css
<style>
span { border-color: #65801A; }
span { border-color: rgb(101,128,26); }
td.TdClassName
{
border-color: #65801A;
}
.TagClassName
{
border-color: #65801A;
}
</style>