Shades of Olive Drab #639116
Tints of Olive Drab #639116
RGB
CMYK
RGB Variations
Color information
#639116 (or 0x639116) is known color: Olive Drab. HEX triplet: 63, 91 and 16. RGB value is (99,145,22). Sum of RGB (Red+Green+Blue) = 99+145+22=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 145 (57.03% from 255 or 54.51% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 145 - color contains mainly: green. Hex color #639116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639116 is #9C6EE9. Grayscale: #757575. Windows color (decimal): -10252010 or 1479011. OLE color: 1479011.
HSL color Cylindrical-coordinate representation of color #639116: hue angle of 82.44º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #639116 is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 145 | 22 | - |
| CMYK | 0.32 | 0 | 0.85 | 0.43 |
| HSL | 82.44º | 0.74% | 0.33% | - |
| HSV(B) | 82.44º | 0.85% | 0.57% | - |
| XYZ | 15.42 | 22.96 | 4.38 | - |
| YUV | 117.22 | 74.26 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 145 | 22 | 0.32 | 0 | 0.85 | 0.43 | 82.44 | 0.74 | 0.33 |
| Hex | 63 | 91 | 16 | 20 | 0 | 55 | 2B | 52 | 4A | 21 |
| Octal | 143 | 221 | 26 | 40 | 0 | 125 | 53 | 122 | 112 | 41 |
| Binary | 1100011 | 10010001 | 10110 | 100000 | 0 | 1010101 | 101011 | 1010010 | 1001010 | 100001 |
Color Harmonies of #639116
Complementary color
Monochromatic Colors of #639116
Black with #639116
Text Example
Text Example
White with #639116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639116; }
p { color: rgb(99,145,22); }
H1.HeaderClassName
{
color: #639116;
}
.AnyTagClassName
{
color: #639116;
}
</style>
background-color css
<style>
a { background-color: #639116; }
a { background-color: rgb(99,145,22); }
div.DivClassName
{
background-color: #639116;
}
.BgClassName
{
background-color: #639116;
}
</style>
border-color css
<style>
span { border-color: #639116; }
span { border-color: rgb(99,145,22); }
td.TdClassName
{
border-color: #639116;
}
.TagClassName
{
border-color: #639116;
}
</style>