Shades of Olive Drab #65812D
Tints of Olive Drab #65812D
RGB
CMYK
RGB Variations
Color information
#65812D (or 0x65812D) is known color: Olive Drab. HEX triplet: 65, 81 and 2D. RGB value is (101,129,45). Sum of RGB (Red+Green+Blue) = 101+129+45=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 129 - color contains mainly: green. Hex color #65812D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65812D is #9A7ED2. Grayscale: #6F6F6F. Windows color (decimal): -10125011 or 2982245. OLE color: 2982245.
HSL color Cylindrical-coordinate representation of color #65812D: hue angle of 80º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65812D is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 129 | 45 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.49 |
| HSL | 80º | 0.48% | 0.34% | - |
| HSV(B) | 80º | 0.65% | 0.51% | - |
| XYZ | 13.69 | 18.66 | 5.36 | - |
| YUV | 111.05 | 90.72 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 129 | 45 | 0.22 | 0 | 0.65 | 0.49 | 80 | 0.48 | 0.34 |
| Hex | 65 | 81 | 2D | 16 | 0 | 41 | 31 | 50 | 30 | 22 |
| Octal | 145 | 201 | 55 | 26 | 0 | 101 | 61 | 120 | 60 | 42 |
| Binary | 1100101 | 10000001 | 101101 | 10110 | 0 | 1000001 | 110001 | 1010000 | 110000 | 100010 |
Color Harmonies of #65812D
Complementary color
Monochromatic Colors of #65812D
Black with #65812D
Text Example
Text Example
White with #65812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65812D; }
p { color: rgb(101,129,45); }
H1.HeaderClassName
{
color: #65812D;
}
.AnyTagClassName
{
color: #65812D;
}
</style>
background-color css
<style>
a { background-color: #65812D; }
a { background-color: rgb(101,129,45); }
div.DivClassName
{
background-color: #65812D;
}
.BgClassName
{
background-color: #65812D;
}
</style>
border-color css
<style>
span { border-color: #65812D; }
span { border-color: rgb(101,129,45); }
td.TdClassName
{
border-color: #65812D;
}
.TagClassName
{
border-color: #65812D;
}
</style>