Shades of Olive Drab #63911E
Tints of Olive Drab #63911E
RGB
CMYK
RGB Variations
Color information
#63911E (or 0x63911E) is known color: Olive Drab. HEX triplet: 63, 91 and 1E. RGB value is (99,145,30). Sum of RGB (Red+Green+Blue) = 99+145+30=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 145 (57.03% from 255 or 52.92% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 145 - color contains mainly: green. Hex color #63911E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63911E is #9C6EE1. Grayscale: #767676. Windows color (decimal): -10252002 or 2003299. OLE color: 2003299.
HSL color Cylindrical-coordinate representation of color #63911E: hue angle of 84º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #63911E is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 145 | 30 | - |
| CMYK | 0.32 | 0 | 0.79 | 0.43 |
| HSL | 84º | 0.66% | 0.34% | - |
| HSV(B) | 84º | 0.79% | 0.57% | - |
| XYZ | 15.51 | 23 | 4.85 | - |
| YUV | 118.14 | 78.26 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 145 | 30 | 0.32 | 0 | 0.79 | 0.43 | 84 | 0.66 | 0.34 |
| Hex | 63 | 91 | 1E | 20 | 0 | 4F | 2B | 54 | 42 | 22 |
| Octal | 143 | 221 | 36 | 40 | 0 | 117 | 53 | 124 | 102 | 42 |
| Binary | 1100011 | 10010001 | 11110 | 100000 | 0 | 1001111 | 101011 | 1010100 | 1000010 | 100010 |
Color Harmonies of #63911E
Complementary color
Monochromatic Colors of #63911E
Black with #63911E
Text Example
Text Example
White with #63911E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63911E; }
p { color: rgb(99,145,30); }
H1.HeaderClassName
{
color: #63911E;
}
.AnyTagClassName
{
color: #63911E;
}
</style>
background-color css
<style>
a { background-color: #63911E; }
a { background-color: rgb(99,145,30); }
div.DivClassName
{
background-color: #63911E;
}
.BgClassName
{
background-color: #63911E;
}
</style>
border-color css
<style>
span { border-color: #63911E; }
span { border-color: rgb(99,145,30); }
td.TdClassName
{
border-color: #63911E;
}
.TagClassName
{
border-color: #63911E;
}
</style>