Shades of Olive Drab #65862F
Tints of Olive Drab #65862F
RGB
CMYK
RGB Variations
Color information
#65862F (or 0x65862F) is known color: Olive Drab. HEX triplet: 65, 86 and 2F. RGB value is (101,134,47). Sum of RGB (Red+Green+Blue) = 101+134+47=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 134 - color contains mainly: green. Hex color #65862F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65862F is #9A79D0. Grayscale: #727272. Windows color (decimal): -10123729 or 3114597. OLE color: 3114597.
HSL color Cylindrical-coordinate representation of color #65862F: hue angle of 82.76º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65862F is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 134 | 47 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.47 |
| HSL | 82.76º | 0.48% | 0.35% | - |
| HSV(B) | 82.76º | 0.65% | 0.53% | - |
| XYZ | 14.41 | 20.02 | 5.79 | - |
| YUV | 114.22 | 90.07 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 134 | 47 | 0.25 | 0 | 0.65 | 0.47 | 82.76 | 0.48 | 0.35 |
| Hex | 65 | 86 | 2F | 19 | 0 | 41 | 2F | 53 | 30 | 23 |
| Octal | 145 | 206 | 57 | 31 | 0 | 101 | 57 | 123 | 60 | 43 |
| Binary | 1100101 | 10000110 | 101111 | 11001 | 0 | 1000001 | 101111 | 1010011 | 110000 | 100011 |
Color Harmonies of #65862F
Complementary color
Monochromatic Colors of #65862F
Black with #65862F
Text Example
Text Example
White with #65862F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65862F; }
p { color: rgb(101,134,47); }
H1.HeaderClassName
{
color: #65862F;
}
.AnyTagClassName
{
color: #65862F;
}
</style>
background-color css
<style>
a { background-color: #65862F; }
a { background-color: rgb(101,134,47); }
div.DivClassName
{
background-color: #65862F;
}
.BgClassName
{
background-color: #65862F;
}
</style>
border-color css
<style>
span { border-color: #65862F; }
span { border-color: rgb(101,134,47); }
td.TdClassName
{
border-color: #65862F;
}
.TagClassName
{
border-color: #65862F;
}
</style>