Shades of Olive Drab #65852F
Tints of Olive Drab #65852F
RGB
CMYK
RGB Variations
Color information
#65852F (or 0x65852F) is known color: Olive Drab. HEX triplet: 65, 85 and 2F. RGB value is (101,133,47). Sum of RGB (Red+Green+Blue) = 101+133+47=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #65852F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65852F is #9A7AD0. Grayscale: #717171. Windows color (decimal): -10123985 or 3114341. OLE color: 3114341.
HSL color Cylindrical-coordinate representation of color #65852F: hue angle of 82.33º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65852F is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 133 | 47 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.48 |
| HSL | 82.33º | 0.48% | 0.35% | - |
| HSV(B) | 82.33º | 0.65% | 0.52% | - |
| XYZ | 14.27 | 19.75 | 5.75 | - |
| YUV | 113.63 | 90.4 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 133 | 47 | 0.24 | 0 | 0.65 | 0.48 | 82.33 | 0.48 | 0.35 |
| Hex | 65 | 85 | 2F | 18 | 0 | 41 | 30 | 52 | 30 | 23 |
| Octal | 145 | 205 | 57 | 30 | 0 | 101 | 60 | 122 | 60 | 43 |
| Binary | 1100101 | 10000101 | 101111 | 11000 | 0 | 1000001 | 110000 | 1010010 | 110000 | 100011 |
Color Harmonies of #65852F
Complementary color
Monochromatic Colors of #65852F
Black with #65852F
Text Example
Text Example
White with #65852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65852F; }
p { color: rgb(101,133,47); }
H1.HeaderClassName
{
color: #65852F;
}
.AnyTagClassName
{
color: #65852F;
}
</style>
background-color css
<style>
a { background-color: #65852F; }
a { background-color: rgb(101,133,47); }
div.DivClassName
{
background-color: #65852F;
}
.BgClassName
{
background-color: #65852F;
}
</style>
border-color css
<style>
span { border-color: #65852F; }
span { border-color: rgb(101,133,47); }
td.TdClassName
{
border-color: #65852F;
}
.TagClassName
{
border-color: #65852F;
}
</style>