Shades of Olive Drab #65801E
Tints of Olive Drab #65801E
RGB
CMYK
RGB Variations
Color information
#65801E (or 0x65801E) is known color: Olive Drab. HEX triplet: 65, 80 and 1E. RGB value is (101,128,30). Sum of RGB (Red+Green+Blue) = 101+128+30=259 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.00% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #65801E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65801E is #9A7FE1. Grayscale: #6D6D6D. Windows color (decimal): -10125282 or 1998949. OLE color: 1998949.
HSL color Cylindrical-coordinate representation of color #65801E: hue angle of 76.53º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65801E is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 128 | 30 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.50 |
| HSL | 76.53º | 0.62% | 0.31% | - |
| HSV(B) | 76.53º | 0.77% | 0.5% | - |
| XYZ | 13.32 | 18.3 | 4.06 | - |
| YUV | 108.76 | 83.55 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 30 | 0.21 | 0 | 0.77 | 0.50 | 76.53 | 0.62 | 0.31 |
| Hex | 65 | 80 | 1E | 15 | 0 | 4D | 32 | 4D | 3E | 1F |
| Octal | 145 | 200 | 36 | 25 | 0 | 115 | 62 | 115 | 76 | 37 |
| Binary | 1100101 | 10000000 | 11110 | 10101 | 0 | 1001101 | 110010 | 1001101 | 111110 | 11111 |
Color Harmonies of #65801E
Complementary color
Monochromatic Colors of #65801E
Black with #65801E
Text Example
Text Example
White with #65801E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65801E; }
p { color: rgb(101,128,30); }
H1.HeaderClassName
{
color: #65801E;
}
.AnyTagClassName
{
color: #65801E;
}
</style>
background-color css
<style>
a { background-color: #65801E; }
a { background-color: rgb(101,128,30); }
div.DivClassName
{
background-color: #65801E;
}
.BgClassName
{
background-color: #65801E;
}
</style>
border-color css
<style>
span { border-color: #65801E; }
span { border-color: rgb(101,128,30); }
td.TdClassName
{
border-color: #65801E;
}
.TagClassName
{
border-color: #65801E;
}
</style>