Shades of Olive Drab #769329
Tints of Olive Drab #769329
RGB
CMYK
RGB Variations
Color information
#769329 (or 0x769329) is known color: Olive Drab. HEX triplet: 76, 93 and 29. RGB value is (118,147,41). Sum of RGB (Red+Green+Blue) = 118+147+41=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 147 (57.81% from 255 or 48.04% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 147 - color contains mainly: green. Hex color #769329 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769329 is #896CD6. Grayscale: #7E7E7E. Windows color (decimal): -9006295 or 2724726. OLE color: 2724726.
HSL color Cylindrical-coordinate representation of color #769329: hue angle of 76.42º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #769329 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 147 | 41 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.42 |
| HSL | 76.42º | 0.56% | 0.37% | - |
| HSV(B) | 76.42º | 0.72% | 0.58% | - |
| XYZ | 18.31 | 24.88 | 5.94 | - |
| YUV | 126.25 | 79.89 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 147 | 41 | 0.20 | 0 | 0.72 | 0.42 | 76.42 | 0.56 | 0.37 |
| Hex | 76 | 93 | 29 | 14 | 0 | 48 | 2A | 4C | 38 | 25 |
| Octal | 166 | 223 | 51 | 24 | 0 | 110 | 52 | 114 | 70 | 45 |
| Binary | 1110110 | 10010011 | 101001 | 10100 | 0 | 1001000 | 101010 | 1001100 | 111000 | 100101 |
Color Harmonies of #769329
Complementary color
Monochromatic Colors of #769329
Black with #769329
Text Example
Text Example
White with #769329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769329; }
p { color: rgb(118,147,41); }
H1.HeaderClassName
{
color: #769329;
}
.AnyTagClassName
{
color: #769329;
}
</style>
background-color css
<style>
a { background-color: #769329; }
a { background-color: rgb(118,147,41); }
div.DivClassName
{
background-color: #769329;
}
.BgClassName
{
background-color: #769329;
}
</style>
border-color css
<style>
span { border-color: #769329; }
span { border-color: rgb(118,147,41); }
td.TdClassName
{
border-color: #769329;
}
.TagClassName
{
border-color: #769329;
}
</style>