Shades of Olive Drab #65861D
Tints of Olive Drab #65861D
RGB
CMYK
RGB Variations
Color information
#65861D (or 0x65861D) is known color: Olive Drab. HEX triplet: 65, 86 and 1D. RGB value is (101,134,29). Sum of RGB (Red+Green+Blue) = 101+134+29=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #65861D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65861D is #9A79E2. Grayscale: #707070. Windows color (decimal): -10123747 or 1934949. OLE color: 1934949.
HSL color Cylindrical-coordinate representation of color #65861D: hue angle of 78.86º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #65861D is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 134 | 29 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.47 |
| HSL | 78.86º | 0.64% | 0.32% | - |
| HSV(B) | 78.86º | 0.78% | 0.53% | - |
| XYZ | 14.11 | 19.91 | 4.26 | - |
| YUV | 112.16 | 81.07 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 134 | 29 | 0.25 | 0 | 0.78 | 0.47 | 78.86 | 0.64 | 0.32 |
| Hex | 65 | 86 | 1D | 19 | 0 | 4E | 2F | 4F | 40 | 20 |
| Octal | 145 | 206 | 35 | 31 | 0 | 116 | 57 | 117 | 100 | 40 |
| Binary | 1100101 | 10000110 | 11101 | 11001 | 0 | 1001110 | 101111 | 1001111 | 1000000 | 100000 |
Color Harmonies of #65861D
Complementary color
Monochromatic Colors of #65861D
Black with #65861D
Text Example
Text Example
White with #65861D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65861D; }
p { color: rgb(101,134,29); }
H1.HeaderClassName
{
color: #65861D;
}
.AnyTagClassName
{
color: #65861D;
}
</style>
background-color css
<style>
a { background-color: #65861D; }
a { background-color: rgb(101,134,29); }
div.DivClassName
{
background-color: #65861D;
}
.BgClassName
{
background-color: #65861D;
}
</style>
border-color css
<style>
span { border-color: #65861D; }
span { border-color: rgb(101,134,29); }
td.TdClassName
{
border-color: #65861D;
}
.TagClassName
{
border-color: #65861D;
}
</style>