Shades of Olive Drab #65861F
Tints of Olive Drab #65861F
RGB
CMYK
RGB Variations
Color information
#65861F (or 0x65861F) is known color: Olive Drab. HEX triplet: 65, 86 and 1F. RGB value is (101,134,31). Sum of RGB (Red+Green+Blue) = 101+134+31=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 134 (52.73% from 255 or 50.38% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 134 - color contains mainly: green. Hex color #65861F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65861F is #9A79E0. Grayscale: #707070. Windows color (decimal): -10123745 or 2066021. OLE color: 2066021.
HSL color Cylindrical-coordinate representation of color #65861F: hue angle of 79.22º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65861F is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 134 | 31 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.47 |
| HSL | 79.22º | 0.62% | 0.32% | - |
| HSV(B) | 79.22º | 0.77% | 0.53% | - |
| XYZ | 14.14 | 19.92 | 4.4 | - |
| YUV | 112.39 | 82.07 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 134 | 31 | 0.25 | 0 | 0.77 | 0.47 | 79.22 | 0.62 | 0.32 |
| Hex | 65 | 86 | 1F | 19 | 0 | 4D | 2F | 4F | 3E | 20 |
| Octal | 145 | 206 | 37 | 31 | 0 | 115 | 57 | 117 | 76 | 40 |
| Binary | 1100101 | 10000110 | 11111 | 11001 | 0 | 1001101 | 101111 | 1001111 | 111110 | 100000 |
Color Harmonies of #65861F
Complementary color
Monochromatic Colors of #65861F
Black with #65861F
Text Example
Text Example
White with #65861F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65861F; }
p { color: rgb(101,134,31); }
H1.HeaderClassName
{
color: #65861F;
}
.AnyTagClassName
{
color: #65861F;
}
</style>
background-color css
<style>
a { background-color: #65861F; }
a { background-color: rgb(101,134,31); }
div.DivClassName
{
background-color: #65861F;
}
.BgClassName
{
background-color: #65861F;
}
</style>
border-color css
<style>
span { border-color: #65861F; }
span { border-color: rgb(101,134,31); }
td.TdClassName
{
border-color: #65861F;
}
.TagClassName
{
border-color: #65861F;
}
</style>