Shades of Olive Drab #65842C
Tints of Olive Drab #65842C
RGB
CMYK
RGB Variations
Color information
#65842C (or 0x65842C) is known color: Olive Drab. HEX triplet: 65, 84 and 2C. RGB value is (101,132,44). Sum of RGB (Red+Green+Blue) = 101+132+44=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #65842C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65842C is #9A7BD3. Grayscale: #717171. Windows color (decimal): -10124244 or 2917477. OLE color: 2917477.
HSL color Cylindrical-coordinate representation of color #65842C: hue angle of 81.14º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #65842C is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 132 | 44 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.48 |
| HSL | 81.14º | 0.5% | 0.35% | - |
| HSV(B) | 81.14º | 0.67% | 0.52% | - |
| XYZ | 14.07 | 19.45 | 5.4 | - |
| YUV | 112.7 | 89.23 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 132 | 44 | 0.23 | 0 | 0.67 | 0.48 | 81.14 | 0.5 | 0.35 |
| Hex | 65 | 84 | 2C | 17 | 0 | 43 | 30 | 51 | 32 | 23 |
| Octal | 145 | 204 | 54 | 27 | 0 | 103 | 60 | 121 | 62 | 43 |
| Binary | 1100101 | 10000100 | 101100 | 10111 | 0 | 1000011 | 110000 | 1010001 | 110010 | 100011 |
Color Harmonies of #65842C
Complementary color
Monochromatic Colors of #65842C
Black with #65842C
Text Example
Text Example
White with #65842C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65842C; }
p { color: rgb(101,132,44); }
H1.HeaderClassName
{
color: #65842C;
}
.AnyTagClassName
{
color: #65842C;
}
</style>
background-color css
<style>
a { background-color: #65842C; }
a { background-color: rgb(101,132,44); }
div.DivClassName
{
background-color: #65842C;
}
.BgClassName
{
background-color: #65842C;
}
</style>
border-color css
<style>
span { border-color: #65842C; }
span { border-color: rgb(101,132,44); }
td.TdClassName
{
border-color: #65842C;
}
.TagClassName
{
border-color: #65842C;
}
</style>