Shades of Olive Drab #63850B
Tints of Olive Drab #63850B
RGB
CMYK
RGB Variations
Color information
#63850B (or 0x63850B) is known color: Olive Drab. HEX triplet: 63, 85 and 0B. RGB value is (99,133,11). Sum of RGB (Red+Green+Blue) = 99+133+11=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #63850B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63850B is #9C7AF4. Grayscale: #6D6D6D. Windows color (decimal): -10255093 or 755043. OLE color: 755043.
HSL color Cylindrical-coordinate representation of color #63850B: hue angle of 76.72º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #63850B is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 133 | 11 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.48 |
| HSL | 76.72º | 0.85% | 0.28% | - |
| HSV(B) | 76.72º | 0.92% | 0.52% | - |
| XYZ | 13.59 | 19.45 | 3.35 | - |
| YUV | 108.93 | 72.74 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 133 | 11 | 0.26 | 0 | 0.92 | 0.48 | 76.72 | 0.85 | 0.28 |
| Hex | 63 | 85 | B | 1A | 0 | 5C | 30 | 4D | 55 | 1C |
| Octal | 143 | 205 | 13 | 32 | 0 | 134 | 60 | 115 | 125 | 34 |
| Binary | 1100011 | 10000101 | 1011 | 11010 | 0 | 1011100 | 110000 | 1001101 | 1010101 | 11100 |
Color Harmonies of #63850B
Complementary color
Monochromatic Colors of #63850B
Black with #63850B
Text Example
Text Example
White with #63850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63850B; }
p { color: rgb(99,133,11); }
H1.HeaderClassName
{
color: #63850B;
}
.AnyTagClassName
{
color: #63850B;
}
</style>
background-color css
<style>
a { background-color: #63850B; }
a { background-color: rgb(99,133,11); }
div.DivClassName
{
background-color: #63850B;
}
.BgClassName
{
background-color: #63850B;
}
</style>
border-color css
<style>
span { border-color: #63850B; }
span { border-color: rgb(99,133,11); }
td.TdClassName
{
border-color: #63850B;
}
.TagClassName
{
border-color: #63850B;
}
</style>