Shades of Olive Drab #63880B
Tints of Olive Drab #63880B
RGB
CMYK
RGB Variations
Color information
#63880B (or 0x63880B) is known color: Olive Drab. HEX triplet: 63, 88 and 0B. RGB value is (99,136,11). Sum of RGB (Red+Green+Blue) = 99+136+11=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 136 (53.52% from 255 or 55.28% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 136 - color contains mainly: green. Hex color #63880B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63880B is #9C77F4. Grayscale: #6F6F6F. Windows color (decimal): -10254325 or 755811. OLE color: 755811.
HSL color Cylindrical-coordinate representation of color #63880B: hue angle of 77.76º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #63880B is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 136 | 11 | - |
| CMYK | 0.27 | 0 | 0.92 | 0.47 |
| HSL | 77.76º | 0.85% | 0.29% | - |
| HSV(B) | 77.76º | 0.92% | 0.53% | - |
| XYZ | 14.01 | 20.29 | 3.49 | - |
| YUV | 110.69 | 71.74 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 136 | 11 | 0.27 | 0 | 0.92 | 0.47 | 77.76 | 0.85 | 0.29 |
| Hex | 63 | 88 | B | 1B | 0 | 5C | 2F | 4E | 55 | 1D |
| Octal | 143 | 210 | 13 | 33 | 0 | 134 | 57 | 116 | 125 | 35 |
| Binary | 1100011 | 10001000 | 1011 | 11011 | 0 | 1011100 | 101111 | 1001110 | 1010101 | 11101 |
Color Harmonies of #63880B
Complementary color
Monochromatic Colors of #63880B
Black with #63880B
Text Example
Text Example
White with #63880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63880B; }
p { color: rgb(99,136,11); }
H1.HeaderClassName
{
color: #63880B;
}
.AnyTagClassName
{
color: #63880B;
}
</style>
background-color css
<style>
a { background-color: #63880B; }
a { background-color: rgb(99,136,11); }
div.DivClassName
{
background-color: #63880B;
}
.BgClassName
{
background-color: #63880B;
}
</style>
border-color css
<style>
span { border-color: #63880B; }
span { border-color: rgb(99,136,11); }
td.TdClassName
{
border-color: #63880B;
}
.TagClassName
{
border-color: #63880B;
}
</style>