Shades of Olive Drab #639111
Tints of Olive Drab #639111
RGB
CMYK
RGB Variations
Color information
#639111 (or 0x639111) is known color: Olive Drab. HEX triplet: 63, 91 and 11. RGB value is (99,145,17). Sum of RGB (Red+Green+Blue) = 99+145+17=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 145 (57.03% from 255 or 55.56% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 145 - color contains mainly: green. Hex color #639111 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639111 is #9C6EEE. Grayscale: #757575. Windows color (decimal): -10252015 or 1151331. OLE color: 1151331.
HSL color Cylindrical-coordinate representation of color #639111: hue angle of 81.56º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #639111 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 145 | 17 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.43 |
| HSL | 81.56º | 0.79% | 0.32% | - |
| HSV(B) | 81.56º | 0.88% | 0.57% | - |
| XYZ | 15.37 | 22.94 | 4.15 | - |
| YUV | 116.65 | 71.76 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 145 | 17 | 0.32 | 0 | 0.88 | 0.43 | 81.56 | 0.79 | 0.32 |
| Hex | 63 | 91 | 11 | 20 | 0 | 58 | 2B | 52 | 4F | 20 |
| Octal | 143 | 221 | 21 | 40 | 0 | 130 | 53 | 122 | 117 | 40 |
| Binary | 1100011 | 10010001 | 10001 | 100000 | 0 | 1011000 | 101011 | 1010010 | 1001111 | 100000 |
Color Harmonies of #639111
Complementary color
Monochromatic Colors of #639111
Black with #639111
Text Example
Text Example
White with #639111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639111; }
p { color: rgb(99,145,17); }
H1.HeaderClassName
{
color: #639111;
}
.AnyTagClassName
{
color: #639111;
}
</style>
background-color css
<style>
a { background-color: #639111; }
a { background-color: rgb(99,145,17); }
div.DivClassName
{
background-color: #639111;
}
.BgClassName
{
background-color: #639111;
}
</style>
border-color css
<style>
span { border-color: #639111; }
span { border-color: rgb(99,145,17); }
td.TdClassName
{
border-color: #639111;
}
.TagClassName
{
border-color: #639111;
}
</style>