Shades of Olive Drab #638E22
Tints of Olive Drab #638E22
RGB
CMYK
RGB Variations
Color information
#638E22 (or 0x638E22) is known color: Olive Drab. HEX triplet: 63, 8E and 22. RGB value is (99,142,34). Sum of RGB (Red+Green+Blue) = 99+142+34=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 142 (55.86% from 255 or 51.64% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 142 - color contains mainly: green. Hex color #638E22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638E22 is #9C71DD. Grayscale: #757575. Windows color (decimal): -10252766 or 2264675. OLE color: 2264675.
HSL color Cylindrical-coordinate representation of color #638E22: hue angle of 83.89º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #638E22 is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 142 | 34 | - |
| CMYK | 0.30 | 0 | 0.76 | 0.44 |
| HSL | 83.89º | 0.61% | 0.35% | - |
| HSV(B) | 83.89º | 0.76% | 0.56% | - |
| XYZ | 15.11 | 22.11 | 4.99 | - |
| YUV | 116.83 | 81.25 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 142 | 34 | 0.30 | 0 | 0.76 | 0.44 | 83.89 | 0.61 | 0.35 |
| Hex | 63 | 8E | 22 | 1E | 0 | 4C | 2C | 54 | 3D | 23 |
| Octal | 143 | 216 | 42 | 36 | 0 | 114 | 54 | 124 | 75 | 43 |
| Binary | 1100011 | 10001110 | 100010 | 11110 | 0 | 1001100 | 101100 | 1010100 | 111101 | 100011 |
Color Harmonies of #638E22
Complementary color
Monochromatic Colors of #638E22
Black with #638E22
Text Example
Text Example
White with #638E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638E22; }
p { color: rgb(99,142,34); }
H1.HeaderClassName
{
color: #638E22;
}
.AnyTagClassName
{
color: #638E22;
}
</style>
background-color css
<style>
a { background-color: #638E22; }
a { background-color: rgb(99,142,34); }
div.DivClassName
{
background-color: #638E22;
}
.BgClassName
{
background-color: #638E22;
}
</style>
border-color css
<style>
span { border-color: #638E22; }
span { border-color: rgb(99,142,34); }
td.TdClassName
{
border-color: #638E22;
}
.TagClassName
{
border-color: #638E22;
}
</style>