Shades of Olive Drab #769915
Tints of Olive Drab #769915
RGB
CMYK
RGB Variations
Color information
#769915 (or 0x769915) is known color: Olive Drab. HEX triplet: 76, 99 and 15. RGB value is (118,153,21). Sum of RGB (Red+Green+Blue) = 118+153+21=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #769915 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769915 is #8966EA. Grayscale: #7F7F7F. Windows color (decimal): -9004779 or 1415542. OLE color: 1415542.
HSL color Cylindrical-coordinate representation of color #769915: hue angle of 75.91º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #769915 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 153 | 21 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.4 |
| HSL | 75.91º | 0.76% | 0.34% | - |
| HSV(B) | 75.91º | 0.86% | 0.6% | - |
| XYZ | 19 | 26.69 | 4.86 | - |
| YUV | 127.49 | 67.9 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 153 | 21 | 0.23 | 0 | 0.86 | 0.4 | 75.91 | 0.76 | 0.34 |
| Hex | 76 | 99 | 15 | 17 | 0 | 56 | 28 | 4C | 4C | 22 |
| Octal | 166 | 231 | 25 | 27 | 0 | 126 | 50 | 114 | 114 | 42 |
| Binary | 1110110 | 10011001 | 10101 | 10111 | 0 | 1010110 | 101000 | 1001100 | 1001100 | 100010 |
Color Harmonies of #769915
Complementary color
Monochromatic Colors of #769915
Black with #769915
Text Example
Text Example
White with #769915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769915; }
p { color: rgb(118,153,21); }
H1.HeaderClassName
{
color: #769915;
}
.AnyTagClassName
{
color: #769915;
}
</style>
background-color css
<style>
a { background-color: #769915; }
a { background-color: rgb(118,153,21); }
div.DivClassName
{
background-color: #769915;
}
.BgClassName
{
background-color: #769915;
}
</style>
border-color css
<style>
span { border-color: #769915; }
span { border-color: rgb(118,153,21); }
td.TdClassName
{
border-color: #769915;
}
.TagClassName
{
border-color: #769915;
}
</style>