Shades of Olive Drab #63880E
Tints of Olive Drab #63880E
RGB
CMYK
RGB Variations
Color information
#63880E (or 0x63880E) is known color: Olive Drab. HEX triplet: 63, 88 and 0E. RGB value is (99,136,14). Sum of RGB (Red+Green+Blue) = 99+136+14=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 136 (53.52% from 255 or 54.62% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 136 - color contains mainly: green. Hex color #63880E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63880E is #9C77F1. Grayscale: #6F6F6F. Windows color (decimal): -10254322 or 952419. OLE color: 952419.
HSL color Cylindrical-coordinate representation of color #63880E: hue angle of 78.2º 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 #63880E is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 136 | 14 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.47 |
| HSL | 78.2º | 0.81% | 0.29% | - |
| HSV(B) | 78.2º | 0.9% | 0.53% | - |
| XYZ | 14.03 | 20.29 | 3.59 | - |
| YUV | 111.03 | 73.24 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 136 | 14 | 0.27 | 0 | 0.90 | 0.47 | 78.2 | 0.81 | 0.29 |
| Hex | 63 | 88 | E | 1B | 0 | 5A | 2F | 4E | 51 | 1D |
| Octal | 143 | 210 | 16 | 33 | 0 | 132 | 57 | 116 | 121 | 35 |
| Binary | 1100011 | 10001000 | 1110 | 11011 | 0 | 1011010 | 101111 | 1001110 | 1010001 | 11101 |
Color Harmonies of #63880E
Complementary color
Monochromatic Colors of #63880E
Black with #63880E
Text Example
Text Example
White with #63880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63880E; }
p { color: rgb(99,136,14); }
H1.HeaderClassName
{
color: #63880E;
}
.AnyTagClassName
{
color: #63880E;
}
</style>
background-color css
<style>
a { background-color: #63880E; }
a { background-color: rgb(99,136,14); }
div.DivClassName
{
background-color: #63880E;
}
.BgClassName
{
background-color: #63880E;
}
</style>
border-color css
<style>
span { border-color: #63880E; }
span { border-color: rgb(99,136,14); }
td.TdClassName
{
border-color: #63880E;
}
.TagClassName
{
border-color: #63880E;
}
</style>