Shades of Olive Drab #63821E
Tints of Olive Drab #63821E
RGB
CMYK
RGB Variations
Color information
#63821E (or 0x63821E) is known color: Olive Drab. HEX triplet: 63, 82 and 1E. RGB value is (99,130,30). Sum of RGB (Red+Green+Blue) = 99+130+30=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #63821E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63821E is #9C7DE1. Grayscale: #6D6D6D. Windows color (decimal): -10255842 or 1999459. OLE color: 1999459.
HSL color Cylindrical-coordinate representation of color #63821E: hue angle of 78.6º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #63821E is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 130 | 30 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.49 |
| HSL | 78.6º | 0.63% | 0.31% | - |
| HSV(B) | 78.6º | 0.77% | 0.51% | - |
| XYZ | 13.36 | 18.71 | 4.14 | - |
| YUV | 109.33 | 83.23 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 130 | 30 | 0.24 | 0 | 0.77 | 0.49 | 78.6 | 0.63 | 0.31 |
| Hex | 63 | 82 | 1E | 18 | 0 | 4D | 31 | 4F | 3E | 1F |
| Octal | 143 | 202 | 36 | 30 | 0 | 115 | 61 | 117 | 76 | 37 |
| Binary | 1100011 | 10000010 | 11110 | 11000 | 0 | 1001101 | 110001 | 1001111 | 111110 | 11111 |
Color Harmonies of #63821E
Complementary color
Monochromatic Colors of #63821E
Black with #63821E
Text Example
Text Example
White with #63821E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63821E; }
p { color: rgb(99,130,30); }
H1.HeaderClassName
{
color: #63821E;
}
.AnyTagClassName
{
color: #63821E;
}
</style>
background-color css
<style>
a { background-color: #63821E; }
a { background-color: rgb(99,130,30); }
div.DivClassName
{
background-color: #63821E;
}
.BgClassName
{
background-color: #63821E;
}
</style>
border-color css
<style>
span { border-color: #63821E; }
span { border-color: rgb(99,130,30); }
td.TdClassName
{
border-color: #63821E;
}
.TagClassName
{
border-color: #63821E;
}
</style>