Shades of Olive Drab #769311
Tints of Olive Drab #769311
RGB
CMYK
RGB Variations
Color information
#769311 (or 0x769311) is known color: Olive Drab. HEX triplet: 76, 93 and 11. RGB value is (118,147,17). Sum of RGB (Red+Green+Blue) = 118+147+17=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 147 (57.81% from 255 or 52.13% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 147 - color contains mainly: green. Hex color #769311 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769311 is #896CEE. Grayscale: #7C7C7C. Windows color (decimal): -9006319 or 1151862. OLE color: 1151862.
HSL color Cylindrical-coordinate representation of color #769311: hue angle of 73.38º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #769311 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 147 | 17 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.42 |
| HSL | 73.38º | 0.79% | 0.32% | - |
| HSV(B) | 73.38º | 0.88% | 0.58% | - |
| XYZ | 18.01 | 24.76 | 4.36 | - |
| YUV | 123.51 | 67.89 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 147 | 17 | 0.20 | 0 | 0.88 | 0.42 | 73.38 | 0.79 | 0.32 |
| Hex | 76 | 93 | 11 | 14 | 0 | 58 | 2A | 49 | 4F | 20 |
| Octal | 166 | 223 | 21 | 24 | 0 | 130 | 52 | 111 | 117 | 40 |
| Binary | 1110110 | 10010011 | 10001 | 10100 | 0 | 1011000 | 101010 | 1001001 | 1001111 | 100000 |
Color Harmonies of #769311
Complementary color
Monochromatic Colors of #769311
Black with #769311
Text Example
Text Example
White with #769311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769311; }
p { color: rgb(118,147,17); }
H1.HeaderClassName
{
color: #769311;
}
.AnyTagClassName
{
color: #769311;
}
</style>
background-color css
<style>
a { background-color: #769311; }
a { background-color: rgb(118,147,17); }
div.DivClassName
{
background-color: #769311;
}
.BgClassName
{
background-color: #769311;
}
</style>
border-color css
<style>
span { border-color: #769311; }
span { border-color: rgb(118,147,17); }
td.TdClassName
{
border-color: #769311;
}
.TagClassName
{
border-color: #769311;
}
</style>