Shades of Olive Drab #63840E
Tints of Olive Drab #63840E
RGB
CMYK
RGB Variations
Color information
#63840E (or 0x63840E) is known color: Olive Drab. HEX triplet: 63, 84 and 0E. RGB value is (99,132,14). Sum of RGB (Red+Green+Blue) = 99+132+14=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 132 (51.95% from 255 or 53.88% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 132 - color contains mainly: green. Hex color #63840E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63840E is #9C7BF1. Grayscale: #6D6D6D. Windows color (decimal): -10255346 or 951395. OLE color: 951395.
HSL color Cylindrical-coordinate representation of color #63840E: hue angle of 76.78º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #63840E is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 132 | 14 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.48 |
| HSL | 76.78º | 0.81% | 0.29% | - |
| HSV(B) | 76.78º | 0.89% | 0.52% | - |
| XYZ | 13.48 | 19.19 | 3.41 | - |
| YUV | 108.68 | 74.57 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 132 | 14 | 0.25 | 0 | 0.89 | 0.48 | 76.78 | 0.81 | 0.29 |
| Hex | 63 | 84 | E | 19 | 0 | 59 | 30 | 4D | 51 | 1D |
| Octal | 143 | 204 | 16 | 31 | 0 | 131 | 60 | 115 | 121 | 35 |
| Binary | 1100011 | 10000100 | 1110 | 11001 | 0 | 1011001 | 110000 | 1001101 | 1010001 | 11101 |
Color Harmonies of #63840E
Complementary color
Monochromatic Colors of #63840E
Black with #63840E
Text Example
Text Example
White with #63840E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63840E; }
p { color: rgb(99,132,14); }
H1.HeaderClassName
{
color: #63840E;
}
.AnyTagClassName
{
color: #63840E;
}
</style>
background-color css
<style>
a { background-color: #63840E; }
a { background-color: rgb(99,132,14); }
div.DivClassName
{
background-color: #63840E;
}
.BgClassName
{
background-color: #63840E;
}
</style>
border-color css
<style>
span { border-color: #63840E; }
span { border-color: rgb(99,132,14); }
td.TdClassName
{
border-color: #63840E;
}
.TagClassName
{
border-color: #63840E;
}
</style>