Shades of Olive Drab #638520
Tints of Olive Drab #638520
RGB
CMYK
RGB Variations
Color information
#638520 (or 0x638520) is known color: Olive Drab. HEX triplet: 63, 85 and 20. RGB value is (99,133,32). Sum of RGB (Red+Green+Blue) = 99+133+32=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #638520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638520 is #9C7ADF. Grayscale: #6F6F6F. Windows color (decimal): -10255072 or 2131299. OLE color: 2131299.
HSL color Cylindrical-coordinate representation of color #638520: hue angle of 80.2º 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 #638520 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 133 | 32 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.48 |
| HSL | 80.2º | 0.61% | 0.32% | - |
| HSV(B) | 80.2º | 0.76% | 0.52% | - |
| XYZ | 13.79 | 19.53 | 4.41 | - |
| YUV | 111.32 | 83.24 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 133 | 32 | 0.26 | 0 | 0.76 | 0.48 | 80.2 | 0.61 | 0.32 |
| Hex | 63 | 85 | 20 | 1A | 0 | 4C | 30 | 50 | 3D | 20 |
| Octal | 143 | 205 | 40 | 32 | 0 | 114 | 60 | 120 | 75 | 40 |
| Binary | 1100011 | 10000101 | 100000 | 11010 | 0 | 1001100 | 110000 | 1010000 | 111101 | 100000 |
Color Harmonies of #638520
Complementary color
Monochromatic Colors of #638520
Black with #638520
Text Example
Text Example
White with #638520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638520; }
p { color: rgb(99,133,32); }
H1.HeaderClassName
{
color: #638520;
}
.AnyTagClassName
{
color: #638520;
}
</style>
background-color css
<style>
a { background-color: #638520; }
a { background-color: rgb(99,133,32); }
div.DivClassName
{
background-color: #638520;
}
.BgClassName
{
background-color: #638520;
}
</style>
border-color css
<style>
span { border-color: #638520; }
span { border-color: rgb(99,133,32); }
td.TdClassName
{
border-color: #638520;
}
.TagClassName
{
border-color: #638520;
}
</style>