Shades of Olive Drab #65872F
Tints of Olive Drab #65872F
RGB
CMYK
RGB Variations
Color information
#65872F (or 0x65872F) is known color: Olive Drab. HEX triplet: 65, 87 and 2F. RGB value is (101,135,47). Sum of RGB (Red+Green+Blue) = 101+135+47=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 135 - color contains mainly: green. Hex color #65872F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65872F is #9A78D0. Grayscale: #737373. Windows color (decimal): -10123473 or 3114853. OLE color: 3114853.
HSL color Cylindrical-coordinate representation of color #65872F: hue angle of 83.18º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65872F is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 135 | 47 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.47 |
| HSL | 83.18º | 0.48% | 0.36% | - |
| HSV(B) | 83.18º | 0.65% | 0.53% | - |
| XYZ | 14.54 | 20.3 | 5.84 | - |
| YUV | 114.8 | 89.74 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 135 | 47 | 0.25 | 0 | 0.65 | 0.47 | 83.18 | 0.48 | 0.36 |
| Hex | 65 | 87 | 2F | 19 | 0 | 41 | 2F | 53 | 30 | 24 |
| Octal | 145 | 207 | 57 | 31 | 0 | 101 | 57 | 123 | 60 | 44 |
| Binary | 1100101 | 10000111 | 101111 | 11001 | 0 | 1000001 | 101111 | 1010011 | 110000 | 100100 |
Color Harmonies of #65872F
Complementary color
Monochromatic Colors of #65872F
Black with #65872F
Text Example
Text Example
White with #65872F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65872F; }
p { color: rgb(101,135,47); }
H1.HeaderClassName
{
color: #65872F;
}
.AnyTagClassName
{
color: #65872F;
}
</style>
background-color css
<style>
a { background-color: #65872F; }
a { background-color: rgb(101,135,47); }
div.DivClassName
{
background-color: #65872F;
}
.BgClassName
{
background-color: #65872F;
}
</style>
border-color css
<style>
span { border-color: #65872F; }
span { border-color: rgb(101,135,47); }
td.TdClassName
{
border-color: #65872F;
}
.TagClassName
{
border-color: #65872F;
}
</style>