Shades of Olive Drab #65911C
Tints of Olive Drab #65911C
RGB
CMYK
RGB Variations
Color information
#65911C (or 0x65911C) is known color: Olive Drab. HEX triplet: 65, 91 and 1C. RGB value is (101,145,28). Sum of RGB (Red+Green+Blue) = 101+145+28=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 145 (57.03% from 255 or 52.92% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 145 - color contains mainly: green. Hex color #65911C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65911C is #9A6EE3. Grayscale: #767676. Windows color (decimal): -10120932 or 1872229. OLE color: 1872229.
HSL color Cylindrical-coordinate representation of color #65911C: hue angle of 82.56º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #65911C is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 145 | 28 | - |
| CMYK | 0.30 | 0 | 0.81 | 0.43 |
| HSL | 82.56º | 0.68% | 0.34% | - |
| HSV(B) | 82.56º | 0.81% | 0.57% | - |
| XYZ | 15.7 | 23.1 | 4.73 | - |
| YUV | 118.51 | 76.92 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 145 | 28 | 0.30 | 0 | 0.81 | 0.43 | 82.56 | 0.68 | 0.34 |
| Hex | 65 | 91 | 1C | 1E | 0 | 51 | 2B | 53 | 44 | 22 |
| Octal | 145 | 221 | 34 | 36 | 0 | 121 | 53 | 123 | 104 | 42 |
| Binary | 1100101 | 10010001 | 11100 | 11110 | 0 | 1010001 | 101011 | 1010011 | 1000100 | 100010 |
Color Harmonies of #65911C
Complementary color
Monochromatic Colors of #65911C
Black with #65911C
Text Example
Text Example
White with #65911C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65911C; }
p { color: rgb(101,145,28); }
H1.HeaderClassName
{
color: #65911C;
}
.AnyTagClassName
{
color: #65911C;
}
</style>
background-color css
<style>
a { background-color: #65911C; }
a { background-color: rgb(101,145,28); }
div.DivClassName
{
background-color: #65911C;
}
.BgClassName
{
background-color: #65911C;
}
</style>
border-color css
<style>
span { border-color: #65911C; }
span { border-color: rgb(101,145,28); }
td.TdClassName
{
border-color: #65911C;
}
.TagClassName
{
border-color: #65911C;
}
</style>