Shades of Olive Drab #639715
Tints of Olive Drab #639715
RGB
CMYK
RGB Variations
Color information
#639715 (or 0x639715) is known color: Olive Drab. HEX triplet: 63, 97 and 15. RGB value is (99,151,21). Sum of RGB (Red+Green+Blue) = 99+151+21=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 151 (59.38% from 255 or 55.72% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 151 - color contains mainly: green. Hex color #639715 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639715 is #9C68EA. Grayscale: #797979. Windows color (decimal): -10250475 or 1415011. OLE color: 1415011.
HSL color Cylindrical-coordinate representation of color #639715: hue angle of 84º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #639715 is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 99 | 151 | 21 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.41 |
| HSL | 84º | 0.76% | 0.34% | - |
| HSV(B) | 84º | 0.86% | 0.59% | - |
| XYZ | 16.35 | 24.84 | 4.64 | - |
| YUV | 120.63 | 71.77 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 151 | 21 | 0.34 | 0 | 0.86 | 0.41 | 84 | 0.76 | 0.34 |
| Hex | 63 | 97 | 15 | 22 | 0 | 56 | 29 | 54 | 4C | 22 |
| Octal | 143 | 227 | 25 | 42 | 0 | 126 | 51 | 124 | 114 | 42 |
| Binary | 1100011 | 10010111 | 10101 | 100010 | 0 | 1010110 | 101001 | 1010100 | 1001100 | 100010 |
Color Harmonies of #639715
Complementary color
Monochromatic Colors of #639715
Black with #639715
Text Example
Text Example
White with #639715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639715; }
p { color: rgb(99,151,21); }
H1.HeaderClassName
{
color: #639715;
}
.AnyTagClassName
{
color: #639715;
}
</style>
background-color css
<style>
a { background-color: #639715; }
a { background-color: rgb(99,151,21); }
div.DivClassName
{
background-color: #639715;
}
.BgClassName
{
background-color: #639715;
}
</style>
border-color css
<style>
span { border-color: #639715; }
span { border-color: rgb(99,151,21); }
td.TdClassName
{
border-color: #639715;
}
.TagClassName
{
border-color: #639715;
}
</style>