Shades of Olive Drab #63861D
Tints of Olive Drab #63861D
RGB
CMYK
RGB Variations
Color information
#63861D (or 0x63861D) is known color: Olive Drab. HEX triplet: 63, 86 and 1D. RGB value is (99,134,29). Sum of RGB (Red+Green+Blue) = 99+134+29=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 134 (52.73% from 255 or 51.15% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 134 - color contains mainly: green. Hex color #63861D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63861D is #9C79E2. Grayscale: #6F6F6F. Windows color (decimal): -10254819 or 1934947. OLE color: 1934947.
HSL color Cylindrical-coordinate representation of color #63861D: hue angle of 80º 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 #63861D is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 134 | 29 | - |
| CMYK | 0.26 | 0 | 0.78 | 0.47 |
| HSL | 80º | 0.64% | 0.32% | - |
| HSV(B) | 80º | 0.78% | 0.53% | - |
| XYZ | 13.89 | 19.79 | 4.25 | - |
| YUV | 111.57 | 81.4 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 134 | 29 | 0.26 | 0 | 0.78 | 0.47 | 80 | 0.64 | 0.32 |
| Hex | 63 | 86 | 1D | 1A | 0 | 4E | 2F | 50 | 40 | 20 |
| Octal | 143 | 206 | 35 | 32 | 0 | 116 | 57 | 120 | 100 | 40 |
| Binary | 1100011 | 10000110 | 11101 | 11010 | 0 | 1001110 | 101111 | 1010000 | 1000000 | 100000 |
Color Harmonies of #63861D
Complementary color
Monochromatic Colors of #63861D
Black with #63861D
Text Example
Text Example
White with #63861D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63861D; }
p { color: rgb(99,134,29); }
H1.HeaderClassName
{
color: #63861D;
}
.AnyTagClassName
{
color: #63861D;
}
</style>
background-color css
<style>
a { background-color: #63861D; }
a { background-color: rgb(99,134,29); }
div.DivClassName
{
background-color: #63861D;
}
.BgClassName
{
background-color: #63861D;
}
</style>
border-color css
<style>
span { border-color: #63861D; }
span { border-color: rgb(99,134,29); }
td.TdClassName
{
border-color: #63861D;
}
.TagClassName
{
border-color: #63861D;
}
</style>