Shades of Olive Drab #65911F
Tints of Olive Drab #65911F
RGB
CMYK
RGB Variations
Color information
#65911F (or 0x65911F) is known color: Olive Drab. HEX triplet: 65, 91 and 1F. RGB value is (101,145,31). Sum of RGB (Red+Green+Blue) = 101+145+31=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #65911F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65911F is #9A6EE0. Grayscale: #777777. Windows color (decimal): -10120929 or 2068837. OLE color: 2068837.
HSL color Cylindrical-coordinate representation of color #65911F: hue angle of 83.16º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #65911F is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 145 | 31 | - |
| CMYK | 0.30 | 0 | 0.79 | 0.43 |
| HSL | 83.16º | 0.65% | 0.35% | - |
| HSV(B) | 83.16º | 0.79% | 0.57% | - |
| XYZ | 15.74 | 23.12 | 4.93 | - |
| YUV | 118.85 | 78.42 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 145 | 31 | 0.30 | 0 | 0.79 | 0.43 | 83.16 | 0.65 | 0.35 |
| Hex | 65 | 91 | 1F | 1E | 0 | 4F | 2B | 53 | 41 | 23 |
| Octal | 145 | 221 | 37 | 36 | 0 | 117 | 53 | 123 | 101 | 43 |
| Binary | 1100101 | 10010001 | 11111 | 11110 | 0 | 1001111 | 101011 | 1010011 | 1000001 | 100011 |
Color Harmonies of #65911F
Complementary color
Monochromatic Colors of #65911F
Black with #65911F
Text Example
Text Example
White with #65911F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65911F; }
p { color: rgb(101,145,31); }
H1.HeaderClassName
{
color: #65911F;
}
.AnyTagClassName
{
color: #65911F;
}
</style>
background-color css
<style>
a { background-color: #65911F; }
a { background-color: rgb(101,145,31); }
div.DivClassName
{
background-color: #65911F;
}
.BgClassName
{
background-color: #65911F;
}
</style>
border-color css
<style>
span { border-color: #65911F; }
span { border-color: rgb(101,145,31); }
td.TdClassName
{
border-color: #65911F;
}
.TagClassName
{
border-color: #65911F;
}
</style>