Shades of Olive Drab #65812C
Tints of Olive Drab #65812C
RGB
CMYK
RGB Variations
Color information
#65812C (or 0x65812C) is known color: Olive Drab. HEX triplet: 65, 81 and 2C. RGB value is (101,129,44). Sum of RGB (Red+Green+Blue) = 101+129+44=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #65812C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65812C is #9A7ED3. Grayscale: #6F6F6F. Windows color (decimal): -10125012 or 2916709. OLE color: 2916709.
HSL color Cylindrical-coordinate representation of color #65812C: hue angle of 79.76º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65812C is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 129 | 44 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.49 |
| HSL | 79.76º | 0.49% | 0.34% | - |
| HSV(B) | 79.76º | 0.66% | 0.51% | - |
| XYZ | 13.67 | 18.65 | 5.26 | - |
| YUV | 110.94 | 90.22 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 129 | 44 | 0.22 | 0 | 0.66 | 0.49 | 79.76 | 0.49 | 0.34 |
| Hex | 65 | 81 | 2C | 16 | 0 | 42 | 31 | 50 | 31 | 22 |
| Octal | 145 | 201 | 54 | 26 | 0 | 102 | 61 | 120 | 61 | 42 |
| Binary | 1100101 | 10000001 | 101100 | 10110 | 0 | 1000010 | 110001 | 1010000 | 110001 | 100010 |
Color Harmonies of #65812C
Complementary color
Monochromatic Colors of #65812C
Black with #65812C
Text Example
Text Example
White with #65812C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65812C; }
p { color: rgb(101,129,44); }
H1.HeaderClassName
{
color: #65812C;
}
.AnyTagClassName
{
color: #65812C;
}
</style>
background-color css
<style>
a { background-color: #65812C; }
a { background-color: rgb(101,129,44); }
div.DivClassName
{
background-color: #65812C;
}
.BgClassName
{
background-color: #65812C;
}
</style>
border-color css
<style>
span { border-color: #65812C; }
span { border-color: rgb(101,129,44); }
td.TdClassName
{
border-color: #65812C;
}
.TagClassName
{
border-color: #65812C;
}
</style>