Shades of Olive Drab #769310
Tints of Olive Drab #769310
RGB
CMYK
RGB Variations
Color information
#769310 (or 0x769310) is known color: Olive Drab. HEX triplet: 76, 93 and 10. RGB value is (118,147,16). Sum of RGB (Red+Green+Blue) = 118+147+16=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #769310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769310 is #896CEF. Grayscale: #7B7B7B. Windows color (decimal): -9006320 or 1086326. OLE color: 1086326.
HSL color Cylindrical-coordinate representation of color #769310: hue angle of 73.28º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #769310 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 147 | 16 | - |
| CMYK | 0.20 | 0 | 0.89 | 0.42 |
| HSL | 73.28º | 0.8% | 0.32% | - |
| HSV(B) | 73.28º | 0.89% | 0.58% | - |
| XYZ | 18 | 24.76 | 4.32 | - |
| YUV | 123.4 | 67.39 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 147 | 16 | 0.20 | 0 | 0.89 | 0.42 | 73.28 | 0.8 | 0.32 |
| Hex | 76 | 93 | 10 | 14 | 0 | 59 | 2A | 49 | 50 | 20 |
| Octal | 166 | 223 | 20 | 24 | 0 | 131 | 52 | 111 | 120 | 40 |
| Binary | 1110110 | 10010011 | 10000 | 10100 | 0 | 1011001 | 101010 | 1001001 | 1010000 | 100000 |
Color Harmonies of #769310
Complementary color
Monochromatic Colors of #769310
Black with #769310
Text Example
Text Example
White with #769310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769310; }
p { color: rgb(118,147,16); }
H1.HeaderClassName
{
color: #769310;
}
.AnyTagClassName
{
color: #769310;
}
</style>
background-color css
<style>
a { background-color: #769310; }
a { background-color: rgb(118,147,16); }
div.DivClassName
{
background-color: #769310;
}
.BgClassName
{
background-color: #769310;
}
</style>
border-color css
<style>
span { border-color: #769310; }
span { border-color: rgb(118,147,16); }
td.TdClassName
{
border-color: #769310;
}
.TagClassName
{
border-color: #769310;
}
</style>