Shades of Olive Drab #638E11
Tints of Olive Drab #638E11
RGB
CMYK
RGB Variations
Color information
#638E11 (or 0x638E11) is known color: Olive Drab. HEX triplet: 63, 8E and 11. RGB value is (99,142,17). Sum of RGB (Red+Green+Blue) = 99+142+17=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 142 (55.86% from 255 or 55.04% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 142 - color contains mainly: green. Hex color #638E11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638E11 is #9C71EE. Grayscale: #737373. Windows color (decimal): -10252783 or 1150563. OLE color: 1150563.
HSL color Cylindrical-coordinate representation of color #638E11: hue angle of 80.64º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #638E11 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 142 | 17 | - |
| CMYK | 0.30 | 0 | 0.88 | 0.44 |
| HSL | 80.64º | 0.79% | 0.31% | - |
| HSV(B) | 80.64º | 0.88% | 0.56% | - |
| XYZ | 14.92 | 22.04 | 4 | - |
| YUV | 114.89 | 72.75 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 142 | 17 | 0.30 | 0 | 0.88 | 0.44 | 80.64 | 0.79 | 0.31 |
| Hex | 63 | 8E | 11 | 1E | 0 | 58 | 2C | 51 | 4F | 1F |
| Octal | 143 | 216 | 21 | 36 | 0 | 130 | 54 | 121 | 117 | 37 |
| Binary | 1100011 | 10001110 | 10001 | 11110 | 0 | 1011000 | 101100 | 1010001 | 1001111 | 11111 |
Color Harmonies of #638E11
Complementary color
Monochromatic Colors of #638E11
Black with #638E11
Text Example
Text Example
White with #638E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638E11; }
p { color: rgb(99,142,17); }
H1.HeaderClassName
{
color: #638E11;
}
.AnyTagClassName
{
color: #638E11;
}
</style>
background-color css
<style>
a { background-color: #638E11; }
a { background-color: rgb(99,142,17); }
div.DivClassName
{
background-color: #638E11;
}
.BgClassName
{
background-color: #638E11;
}
</style>
border-color css
<style>
span { border-color: #638E11; }
span { border-color: rgb(99,142,17); }
td.TdClassName
{
border-color: #638E11;
}
.TagClassName
{
border-color: #638E11;
}
</style>