Shades of Olive Drab #65941E
Tints of Olive Drab #65941E
RGB
CMYK
RGB Variations
Color information
#65941E (or 0x65941E) is known color: Olive Drab. HEX triplet: 65, 94 and 1E. RGB value is (101,148,30). Sum of RGB (Red+Green+Blue) = 101+148+30=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 148 (58.20% from 255 or 53.05% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 148 - color contains mainly: green. Hex color #65941E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65941E is #9A6BE1. Grayscale: #787878. Windows color (decimal): -10120162 or 2004069. OLE color: 2004069.
HSL color Cylindrical-coordinate representation of color #65941E: hue angle of 83.9º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #65941E is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 148 | 30 | - |
| CMYK | 0.32 | 0 | 0.80 | 0.42 |
| HSL | 83.9º | 0.66% | 0.35% | - |
| HSV(B) | 83.9º | 0.8% | 0.58% | - |
| XYZ | 16.19 | 24.04 | 5.02 | - |
| YUV | 120.5 | 76.93 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 148 | 30 | 0.32 | 0 | 0.80 | 0.42 | 83.9 | 0.66 | 0.35 |
| Hex | 65 | 94 | 1E | 20 | 0 | 50 | 2A | 54 | 42 | 23 |
| Octal | 145 | 224 | 36 | 40 | 0 | 120 | 52 | 124 | 102 | 43 |
| Binary | 1100101 | 10010100 | 11110 | 100000 | 0 | 1010000 | 101010 | 1010100 | 1000010 | 100011 |
Color Harmonies of #65941E
Complementary color
Monochromatic Colors of #65941E
Black with #65941E
Text Example
Text Example
White with #65941E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65941E; }
p { color: rgb(101,148,30); }
H1.HeaderClassName
{
color: #65941E;
}
.AnyTagClassName
{
color: #65941E;
}
</style>
background-color css
<style>
a { background-color: #65941E; }
a { background-color: rgb(101,148,30); }
div.DivClassName
{
background-color: #65941E;
}
.BgClassName
{
background-color: #65941E;
}
</style>
border-color css
<style>
span { border-color: #65941E; }
span { border-color: rgb(101,148,30); }
td.TdClassName
{
border-color: #65941E;
}
.TagClassName
{
border-color: #65941E;
}
</style>