Shades of Olive Drab #638D21
Tints of Olive Drab #638D21
RGB
CMYK
RGB Variations
Color information
#638D21 (or 0x638D21) is known color: Olive Drab. HEX triplet: 63, 8D and 21. RGB value is (99,141,33). Sum of RGB (Red+Green+Blue) = 99+141+33=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #638D21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638D21 is #9C72DE. Grayscale: #747474. Windows color (decimal): -10253023 or 2198883. OLE color: 2198883.
HSL color Cylindrical-coordinate representation of color #638D21: hue angle of 83.33º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #638D21 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 141 | 33 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.45 |
| HSL | 83.33º | 0.62% | 0.34% | - |
| HSV(B) | 83.33º | 0.77% | 0.55% | - |
| XYZ | 14.94 | 21.81 | 4.86 | - |
| YUV | 116.13 | 81.09 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 141 | 33 | 0.30 | 0 | 0.77 | 0.45 | 83.33 | 0.62 | 0.34 |
| Hex | 63 | 8D | 21 | 1E | 0 | 4D | 2D | 53 | 3E | 22 |
| Octal | 143 | 215 | 41 | 36 | 0 | 115 | 55 | 123 | 76 | 42 |
| Binary | 1100011 | 10001101 | 100001 | 11110 | 0 | 1001101 | 101101 | 1010011 | 111110 | 100010 |
Color Harmonies of #638D21
Complementary color
Monochromatic Colors of #638D21
Black with #638D21
Text Example
Text Example
White with #638D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638D21; }
p { color: rgb(99,141,33); }
H1.HeaderClassName
{
color: #638D21;
}
.AnyTagClassName
{
color: #638D21;
}
</style>
background-color css
<style>
a { background-color: #638D21; }
a { background-color: rgb(99,141,33); }
div.DivClassName
{
background-color: #638D21;
}
.BgClassName
{
background-color: #638D21;
}
</style>
border-color css
<style>
span { border-color: #638D21; }
span { border-color: rgb(99,141,33); }
td.TdClassName
{
border-color: #638D21;
}
.TagClassName
{
border-color: #638D21;
}
</style>