Shades of Olive Drab #639411
Tints of Olive Drab #639411
RGB
CMYK
RGB Variations
Color information
#639411 (or 0x639411) is known color: Olive Drab. HEX triplet: 63, 94 and 11. RGB value is (99,148,17). Sum of RGB (Red+Green+Blue) = 99+148+17=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 148 (58.20% from 255 or 56.06% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 148 - color contains mainly: green. Hex color #639411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639411 is #9C6BEE. Grayscale: #767676. Windows color (decimal): -10251247 or 1152099. OLE color: 1152099.
HSL color Cylindrical-coordinate representation of color #639411: hue angle of 82.44º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #639411 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 148 | 17 | - |
| CMYK | 0.33 | 0 | 0.89 | 0.42 |
| HSL | 82.44º | 0.79% | 0.32% | - |
| HSV(B) | 82.44º | 0.89% | 0.58% | - |
| XYZ | 15.84 | 23.87 | 4.3 | - |
| YUV | 118.42 | 70.77 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 148 | 17 | 0.33 | 0 | 0.89 | 0.42 | 82.44 | 0.79 | 0.32 |
| Hex | 63 | 94 | 11 | 21 | 0 | 59 | 2A | 52 | 4F | 20 |
| Octal | 143 | 224 | 21 | 41 | 0 | 131 | 52 | 122 | 117 | 40 |
| Binary | 1100011 | 10010100 | 10001 | 100001 | 0 | 1011001 | 101010 | 1010010 | 1001111 | 100000 |
Color Harmonies of #639411
Complementary color
Monochromatic Colors of #639411
Black with #639411
Text Example
Text Example
White with #639411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639411; }
p { color: rgb(99,148,17); }
H1.HeaderClassName
{
color: #639411;
}
.AnyTagClassName
{
color: #639411;
}
</style>
background-color css
<style>
a { background-color: #639411; }
a { background-color: rgb(99,148,17); }
div.DivClassName
{
background-color: #639411;
}
.BgClassName
{
background-color: #639411;
}
</style>
border-color css
<style>
span { border-color: #639411; }
span { border-color: rgb(99,148,17); }
td.TdClassName
{
border-color: #639411;
}
.TagClassName
{
border-color: #639411;
}
</style>