Shades of Olive Drab #65901E
Tints of Olive Drab #65901E
RGB
CMYK
RGB Variations
Color information
#65901E (or 0x65901E) is known color: Olive Drab. HEX triplet: 65, 90 and 1E. RGB value is (101,144,30). Sum of RGB (Red+Green+Blue) = 101+144+30=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 144 (56.64% from 255 or 52.36% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 144 - color contains mainly: green. Hex color #65901E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65901E is #9A6FE1. Grayscale: #767676. Windows color (decimal): -10121186 or 2003045. OLE color: 2003045.
HSL color Cylindrical-coordinate representation of color #65901E: hue angle of 82.63º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #65901E is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 144 | 30 | - |
| CMYK | 0.30 | 0 | 0.79 | 0.44 |
| HSL | 82.63º | 0.66% | 0.34% | - |
| HSV(B) | 82.63º | 0.79% | 0.56% | - |
| XYZ | 15.57 | 22.81 | 4.81 | - |
| YUV | 118.15 | 78.25 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 144 | 30 | 0.30 | 0 | 0.79 | 0.44 | 82.63 | 0.66 | 0.34 |
| Hex | 65 | 90 | 1E | 1E | 0 | 4F | 2C | 53 | 42 | 22 |
| Octal | 145 | 220 | 36 | 36 | 0 | 117 | 54 | 123 | 102 | 42 |
| Binary | 1100101 | 10010000 | 11110 | 11110 | 0 | 1001111 | 101100 | 1010011 | 1000010 | 100010 |
Color Harmonies of #65901E
Complementary color
Monochromatic Colors of #65901E
Black with #65901E
Text Example
Text Example
White with #65901E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65901E; }
p { color: rgb(101,144,30); }
H1.HeaderClassName
{
color: #65901E;
}
.AnyTagClassName
{
color: #65901E;
}
</style>
background-color css
<style>
a { background-color: #65901E; }
a { background-color: rgb(101,144,30); }
div.DivClassName
{
background-color: #65901E;
}
.BgClassName
{
background-color: #65901E;
}
</style>
border-color css
<style>
span { border-color: #65901E; }
span { border-color: rgb(101,144,30); }
td.TdClassName
{
border-color: #65901E;
}
.TagClassName
{
border-color: #65901E;
}
</style>