Shades of Olive Drab #639611
Tints of Olive Drab #639611
RGB
CMYK
RGB Variations
Color information
#639611 (or 0x639611) is known color: Olive Drab. HEX triplet: 63, 96 and 11. RGB value is (99,150,17). Sum of RGB (Red+Green+Blue) = 99+150+17=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 150 (58.98% from 255 or 56.39% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 150 - color contains mainly: green. Hex color #639611 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639611 is #9C69EE. Grayscale: #787878. Windows color (decimal): -10250735 or 1152611. OLE color: 1152611.
HSL color Cylindrical-coordinate representation of color #639611: hue angle of 83.01º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #639611 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 99 | 150 | 17 | - |
| CMYK | 0.34 | 0 | 0.89 | 0.41 |
| HSL | 83.01º | 0.8% | 0.33% | - |
| HSV(B) | 83.01º | 0.89% | 0.59% | - |
| XYZ | 16.15 | 24.51 | 4.41 | - |
| YUV | 119.59 | 70.1 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 150 | 17 | 0.34 | 0 | 0.89 | 0.41 | 83.01 | 0.8 | 0.33 |
| Hex | 63 | 96 | 11 | 22 | 0 | 59 | 29 | 53 | 50 | 21 |
| Octal | 143 | 226 | 21 | 42 | 0 | 131 | 51 | 123 | 120 | 41 |
| Binary | 1100011 | 10010110 | 10001 | 100010 | 0 | 1011001 | 101001 | 1010011 | 1010000 | 100001 |
Color Harmonies of #639611
Complementary color
Monochromatic Colors of #639611
Black with #639611
Text Example
Text Example
White with #639611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639611; }
p { color: rgb(99,150,17); }
H1.HeaderClassName
{
color: #639611;
}
.AnyTagClassName
{
color: #639611;
}
</style>
background-color css
<style>
a { background-color: #639611; }
a { background-color: rgb(99,150,17); }
div.DivClassName
{
background-color: #639611;
}
.BgClassName
{
background-color: #639611;
}
</style>
border-color css
<style>
span { border-color: #639611; }
span { border-color: rgb(99,150,17); }
td.TdClassName
{
border-color: #639611;
}
.TagClassName
{
border-color: #639611;
}
</style>