Shades of Olive Drab #65852A
Tints of Olive Drab #65852A
RGB
CMYK
RGB Variations
Color information
#65852A (or 0x65852A) is known color: Olive Drab. HEX triplet: 65, 85 and 2A. RGB value is (101,133,42). Sum of RGB (Red+Green+Blue) = 101+133+42=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 133 - color contains mainly: green. Hex color #65852A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65852A is #9A7AD5. Grayscale: #717171. Windows color (decimal): -10123990 or 2786661. OLE color: 2786661.
HSL color Cylindrical-coordinate representation of color #65852A: hue angle of 81.1º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #65852A is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 133 | 42 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.48 |
| HSL | 81.1º | 0.52% | 0.34% | - |
| HSV(B) | 81.1º | 0.68% | 0.52% | - |
| XYZ | 14.17 | 19.71 | 5.25 | - |
| YUV | 113.06 | 87.9 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 133 | 42 | 0.24 | 0 | 0.68 | 0.48 | 81.1 | 0.52 | 0.34 |
| Hex | 65 | 85 | 2A | 18 | 0 | 44 | 30 | 51 | 34 | 22 |
| Octal | 145 | 205 | 52 | 30 | 0 | 104 | 60 | 121 | 64 | 42 |
| Binary | 1100101 | 10000101 | 101010 | 11000 | 0 | 1000100 | 110000 | 1010001 | 110100 | 100010 |
Color Harmonies of #65852A
Complementary color
Monochromatic Colors of #65852A
Black with #65852A
Text Example
Text Example
White with #65852A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65852A; }
p { color: rgb(101,133,42); }
H1.HeaderClassName
{
color: #65852A;
}
.AnyTagClassName
{
color: #65852A;
}
</style>
background-color css
<style>
a { background-color: #65852A; }
a { background-color: rgb(101,133,42); }
div.DivClassName
{
background-color: #65852A;
}
.BgClassName
{
background-color: #65852A;
}
</style>
border-color css
<style>
span { border-color: #65852A; }
span { border-color: rgb(101,133,42); }
td.TdClassName
{
border-color: #65852A;
}
.TagClassName
{
border-color: #65852A;
}
</style>