Shades of Olive Drab #638521
Tints of Olive Drab #638521
RGB
CMYK
RGB Variations
Color information
#638521 (or 0x638521) is known color: Olive Drab. HEX triplet: 63, 85 and 21. RGB value is (99,133,33). Sum of RGB (Red+Green+Blue) = 99+133+33=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #638521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638521 is #9C7ADE. Grayscale: #6F6F6F. Windows color (decimal): -10255071 or 2196835. OLE color: 2196835.
HSL color Cylindrical-coordinate representation of color #638521: hue angle of 80.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #638521 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 133 | 33 | - |
| CMYK | 0.26 | 0 | 0.75 | 0.48 |
| HSL | 80.4º | 0.6% | 0.33% | - |
| HSV(B) | 80.4º | 0.75% | 0.52% | - |
| XYZ | 13.81 | 19.54 | 4.48 | - |
| YUV | 111.43 | 83.74 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 133 | 33 | 0.26 | 0 | 0.75 | 0.48 | 80.4 | 0.6 | 0.33 |
| Hex | 63 | 85 | 21 | 1A | 0 | 4B | 30 | 50 | 3C | 21 |
| Octal | 143 | 205 | 41 | 32 | 0 | 113 | 60 | 120 | 74 | 41 |
| Binary | 1100011 | 10000101 | 100001 | 11010 | 0 | 1001011 | 110000 | 1010000 | 111100 | 100001 |
Color Harmonies of #638521
Complementary color
Monochromatic Colors of #638521
Black with #638521
Text Example
Text Example
White with #638521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638521; }
p { color: rgb(99,133,33); }
H1.HeaderClassName
{
color: #638521;
}
.AnyTagClassName
{
color: #638521;
}
</style>
background-color css
<style>
a { background-color: #638521; }
a { background-color: rgb(99,133,33); }
div.DivClassName
{
background-color: #638521;
}
.BgClassName
{
background-color: #638521;
}
</style>
border-color css
<style>
span { border-color: #638521; }
span { border-color: rgb(99,133,33); }
td.TdClassName
{
border-color: #638521;
}
.TagClassName
{
border-color: #638521;
}
</style>