Shades of Olive Drab #638420
Tints of Olive Drab #638420
RGB
CMYK
RGB Variations
Color information
#638420 (or 0x638420) is known color: Olive Drab. HEX triplet: 63, 84 and 20. RGB value is (99,132,32). Sum of RGB (Red+Green+Blue) = 99+132+32=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 132 (51.95% from 255 or 50.19% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 132 - color contains mainly: green. Hex color #638420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638420 is #9C7BDF. Grayscale: #6F6F6F. Windows color (decimal): -10255328 or 2131043. OLE color: 2131043.
HSL color Cylindrical-coordinate representation of color #638420: hue angle of 79.8º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #638420 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 132 | 32 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.48 |
| HSL | 79.8º | 0.61% | 0.32% | - |
| HSV(B) | 79.8º | 0.76% | 0.52% | - |
| XYZ | 13.66 | 19.26 | 4.36 | - |
| YUV | 110.73 | 83.57 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 132 | 32 | 0.25 | 0 | 0.76 | 0.48 | 79.8 | 0.61 | 0.32 |
| Hex | 63 | 84 | 20 | 19 | 0 | 4C | 30 | 50 | 3D | 20 |
| Octal | 143 | 204 | 40 | 31 | 0 | 114 | 60 | 120 | 75 | 40 |
| Binary | 1100011 | 10000100 | 100000 | 11001 | 0 | 1001100 | 110000 | 1010000 | 111101 | 100000 |
Color Harmonies of #638420
Complementary color
Monochromatic Colors of #638420
Black with #638420
Text Example
Text Example
White with #638420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638420; }
p { color: rgb(99,132,32); }
H1.HeaderClassName
{
color: #638420;
}
.AnyTagClassName
{
color: #638420;
}
</style>
background-color css
<style>
a { background-color: #638420; }
a { background-color: rgb(99,132,32); }
div.DivClassName
{
background-color: #638420;
}
.BgClassName
{
background-color: #638420;
}
</style>
border-color css
<style>
span { border-color: #638420; }
span { border-color: rgb(99,132,32); }
td.TdClassName
{
border-color: #638420;
}
.TagClassName
{
border-color: #638420;
}
</style>