Shades of Olive Drab #63881E
Tints of Olive Drab #63881E
RGB
CMYK
RGB Variations
Color information
#63881E (or 0x63881E) is known color: Olive Drab. HEX triplet: 63, 88 and 1E. RGB value is (99,136,30). Sum of RGB (Red+Green+Blue) = 99+136+30=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 136 (53.52% from 255 or 51.32% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 136 - color contains mainly: green. Hex color #63881E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63881E is #9C77E1. Grayscale: #717171. Windows color (decimal): -10254306 or 2000995. OLE color: 2000995.
HSL color Cylindrical-coordinate representation of color #63881E: hue angle of 80.94º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #63881E is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 136 | 30 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.47 |
| HSL | 80.94º | 0.64% | 0.33% | - |
| HSV(B) | 80.94º | 0.78% | 0.53% | - |
| XYZ | 14.18 | 20.35 | 4.41 | - |
| YUV | 112.85 | 81.24 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 136 | 30 | 0.27 | 0 | 0.78 | 0.47 | 80.94 | 0.64 | 0.33 |
| Hex | 63 | 88 | 1E | 1B | 0 | 4E | 2F | 51 | 40 | 21 |
| Octal | 143 | 210 | 36 | 33 | 0 | 116 | 57 | 121 | 100 | 41 |
| Binary | 1100011 | 10001000 | 11110 | 11011 | 0 | 1001110 | 101111 | 1010001 | 1000000 | 100001 |
Color Harmonies of #63881E
Complementary color
Monochromatic Colors of #63881E
Black with #63881E
Text Example
Text Example
White with #63881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63881E; }
p { color: rgb(99,136,30); }
H1.HeaderClassName
{
color: #63881E;
}
.AnyTagClassName
{
color: #63881E;
}
</style>
background-color css
<style>
a { background-color: #63881E; }
a { background-color: rgb(99,136,30); }
div.DivClassName
{
background-color: #63881E;
}
.BgClassName
{
background-color: #63881E;
}
</style>
border-color css
<style>
span { border-color: #63881E; }
span { border-color: rgb(99,136,30); }
td.TdClassName
{
border-color: #63881E;
}
.TagClassName
{
border-color: #63881E;
}
</style>