Shades of Olive Drab #63870E
Tints of Olive Drab #63870E
RGB
CMYK
RGB Variations
Color information
#63870E (or 0x63870E) is known color: Olive Drab. HEX triplet: 63, 87 and 0E. RGB value is (99,135,14). Sum of RGB (Red+Green+Blue) = 99+135+14=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 135 (53.12% from 255 or 54.44% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 135 - color contains mainly: green. Hex color #63870E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63870E is #9C78F1. Grayscale: #6E6E6E. Windows color (decimal): -10254578 or 952163. OLE color: 952163.
HSL color Cylindrical-coordinate representation of color #63870E: hue angle of 77.85º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #63870E is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 135 | 14 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.47 |
| HSL | 77.85º | 0.81% | 0.29% | - |
| HSV(B) | 77.85º | 0.9% | 0.53% | - |
| XYZ | 13.89 | 20.01 | 3.55 | - |
| YUV | 110.44 | 73.57 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 135 | 14 | 0.27 | 0 | 0.90 | 0.47 | 77.85 | 0.81 | 0.29 |
| Hex | 63 | 87 | E | 1B | 0 | 5A | 2F | 4E | 51 | 1D |
| Octal | 143 | 207 | 16 | 33 | 0 | 132 | 57 | 116 | 121 | 35 |
| Binary | 1100011 | 10000111 | 1110 | 11011 | 0 | 1011010 | 101111 | 1001110 | 1010001 | 11101 |
Color Harmonies of #63870E
Complementary color
Monochromatic Colors of #63870E
Black with #63870E
Text Example
Text Example
White with #63870E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63870E; }
p { color: rgb(99,135,14); }
H1.HeaderClassName
{
color: #63870E;
}
.AnyTagClassName
{
color: #63870E;
}
</style>
background-color css
<style>
a { background-color: #63870E; }
a { background-color: rgb(99,135,14); }
div.DivClassName
{
background-color: #63870E;
}
.BgClassName
{
background-color: #63870E;
}
</style>
border-color css
<style>
span { border-color: #63870E; }
span { border-color: rgb(99,135,14); }
td.TdClassName
{
border-color: #63870E;
}
.TagClassName
{
border-color: #63870E;
}
</style>