Shades of Olive Drab #769319
Tints of Olive Drab #769319
RGB
CMYK
RGB Variations
Color information
#769319 (or 0x769319) is known color: Olive Drab. HEX triplet: 76, 93 and 19. RGB value is (118,147,25). Sum of RGB (Red+Green+Blue) = 118+147+25=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 147 (57.81% from 255 or 50.69% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 147 - color contains mainly: green. Hex color #769319 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769319 is #896CE6. Grayscale: #7C7C7C. Windows color (decimal): -9006311 or 1676150. OLE color: 1676150.
HSL color Cylindrical-coordinate representation of color #769319: hue angle of 74.26º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #769319 is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 147 | 25 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.42 |
| HSL | 74.26º | 0.71% | 0.34% | - |
| HSV(B) | 74.26º | 0.83% | 0.58% | - |
| XYZ | 18.08 | 24.79 | 4.75 | - |
| YUV | 124.42 | 71.89 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 147 | 25 | 0.20 | 0 | 0.83 | 0.42 | 74.26 | 0.71 | 0.34 |
| Hex | 76 | 93 | 19 | 14 | 0 | 53 | 2A | 4A | 47 | 22 |
| Octal | 166 | 223 | 31 | 24 | 0 | 123 | 52 | 112 | 107 | 42 |
| Binary | 1110110 | 10010011 | 11001 | 10100 | 0 | 1010011 | 101010 | 1001010 | 1000111 | 100010 |
Color Harmonies of #769319
Complementary color
Monochromatic Colors of #769319
Black with #769319
Text Example
Text Example
White with #769319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769319; }
p { color: rgb(118,147,25); }
H1.HeaderClassName
{
color: #769319;
}
.AnyTagClassName
{
color: #769319;
}
</style>
background-color css
<style>
a { background-color: #769319; }
a { background-color: rgb(118,147,25); }
div.DivClassName
{
background-color: #769319;
}
.BgClassName
{
background-color: #769319;
}
</style>
border-color css
<style>
span { border-color: #769319; }
span { border-color: rgb(118,147,25); }
td.TdClassName
{
border-color: #769319;
}
.TagClassName
{
border-color: #769319;
}
</style>