Shades of Olive Drab #63851E
Tints of Olive Drab #63851E
RGB
CMYK
RGB Variations
Color information
#63851E (or 0x63851E) is known color: Olive Drab. HEX triplet: 63, 85 and 1E. RGB value is (99,133,30). Sum of RGB (Red+Green+Blue) = 99+133+30=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 133 (52.34% from 255 or 50.76% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 133 - color contains mainly: green. Hex color #63851E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63851E is #9C7AE1. Grayscale: #6F6F6F. Windows color (decimal): -10255074 or 2000227. OLE color: 2000227.
HSL color Cylindrical-coordinate representation of color #63851E: hue angle of 79.81º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #63851E is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 133 | 30 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.48 |
| HSL | 79.81º | 0.63% | 0.32% | - |
| HSV(B) | 79.81º | 0.77% | 0.52% | - |
| XYZ | 13.77 | 19.52 | 4.27 | - |
| YUV | 111.09 | 82.24 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 133 | 30 | 0.26 | 0 | 0.77 | 0.48 | 79.81 | 0.63 | 0.32 |
| Hex | 63 | 85 | 1E | 1A | 0 | 4D | 30 | 50 | 3F | 20 |
| Octal | 143 | 205 | 36 | 32 | 0 | 115 | 60 | 120 | 77 | 40 |
| Binary | 1100011 | 10000101 | 11110 | 11010 | 0 | 1001101 | 110000 | 1010000 | 111111 | 100000 |
Color Harmonies of #63851E
Complementary color
Monochromatic Colors of #63851E
Black with #63851E
Text Example
Text Example
White with #63851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63851E; }
p { color: rgb(99,133,30); }
H1.HeaderClassName
{
color: #63851E;
}
.AnyTagClassName
{
color: #63851E;
}
</style>
background-color css
<style>
a { background-color: #63851E; }
a { background-color: rgb(99,133,30); }
div.DivClassName
{
background-color: #63851E;
}
.BgClassName
{
background-color: #63851E;
}
</style>
border-color css
<style>
span { border-color: #63851E; }
span { border-color: rgb(99,133,30); }
td.TdClassName
{
border-color: #63851E;
}
.TagClassName
{
border-color: #63851E;
}
</style>