Shades of Olive Drab #63802C
Tints of Olive Drab #63802C
RGB
CMYK
RGB Variations
Color information
#63802C (or 0x63802C) is known color: Olive Drab. HEX triplet: 63, 80 and 2C. RGB value is (99,128,44). Sum of RGB (Red+Green+Blue) = 99+128+44=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 128 (50.39% from 255 or 47.23% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 128 - color contains mainly: green. Hex color #63802C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63802C is #9C7FD3. Grayscale: #6E6E6E. Windows color (decimal): -10256340 or 2916451. OLE color: 2916451.
HSL color Cylindrical-coordinate representation of color #63802C: hue angle of 80.71º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #63802C is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 99 | 128 | 44 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.50 |
| HSL | 80.71º | 0.49% | 0.34% | - |
| HSV(B) | 80.71º | 0.66% | 0.5% | - |
| XYZ | 13.32 | 18.27 | 5.21 | - |
| YUV | 109.75 | 90.89 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 128 | 44 | 0.23 | 0 | 0.66 | 0.50 | 80.71 | 0.49 | 0.34 |
| Hex | 63 | 80 | 2C | 17 | 0 | 42 | 32 | 51 | 31 | 22 |
| Octal | 143 | 200 | 54 | 27 | 0 | 102 | 62 | 121 | 61 | 42 |
| Binary | 1100011 | 10000000 | 101100 | 10111 | 0 | 1000010 | 110010 | 1010001 | 110001 | 100010 |
Color Harmonies of #63802C
Complementary color
Monochromatic Colors of #63802C
Black with #63802C
Text Example
Text Example
White with #63802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63802C; }
p { color: rgb(99,128,44); }
H1.HeaderClassName
{
color: #63802C;
}
.AnyTagClassName
{
color: #63802C;
}
</style>
background-color css
<style>
a { background-color: #63802C; }
a { background-color: rgb(99,128,44); }
div.DivClassName
{
background-color: #63802C;
}
.BgClassName
{
background-color: #63802C;
}
</style>
border-color css
<style>
span { border-color: #63802C; }
span { border-color: rgb(99,128,44); }
td.TdClassName
{
border-color: #63802C;
}
.TagClassName
{
border-color: #63802C;
}
</style>