Shades of Olive Drab #769619
Tints of Olive Drab #769619
RGB
CMYK
RGB Variations
Color information
#769619 (or 0x769619) is known color: Olive Drab. HEX triplet: 76, 96 and 19. RGB value is (118,150,25). Sum of RGB (Red+Green+Blue) = 118+150+25=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #769619 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769619 is #8969E6. Grayscale: #7E7E7E. Windows color (decimal): -9005543 or 1676918. OLE color: 1676918.
HSL color Cylindrical-coordinate representation of color #769619: hue angle of 75.36º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #769619 is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 150 | 25 | - |
| CMYK | 0.21 | 0 | 0.83 | 0.41 |
| HSL | 75.36º | 0.71% | 0.34% | - |
| HSV(B) | 75.36º | 0.83% | 0.59% | - |
| XYZ | 18.55 | 25.73 | 4.91 | - |
| YUV | 126.18 | 70.9 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 150 | 25 | 0.21 | 0 | 0.83 | 0.41 | 75.36 | 0.71 | 0.34 |
| Hex | 76 | 96 | 19 | 15 | 0 | 53 | 29 | 4B | 47 | 22 |
| Octal | 166 | 226 | 31 | 25 | 0 | 123 | 51 | 113 | 107 | 42 |
| Binary | 1110110 | 10010110 | 11001 | 10101 | 0 | 1010011 | 101001 | 1001011 | 1000111 | 100010 |
Color Harmonies of #769619
Complementary color
Monochromatic Colors of #769619
Black with #769619
Text Example
Text Example
White with #769619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769619; }
p { color: rgb(118,150,25); }
H1.HeaderClassName
{
color: #769619;
}
.AnyTagClassName
{
color: #769619;
}
</style>
background-color css
<style>
a { background-color: #769619; }
a { background-color: rgb(118,150,25); }
div.DivClassName
{
background-color: #769619;
}
.BgClassName
{
background-color: #769619;
}
</style>
border-color css
<style>
span { border-color: #769619; }
span { border-color: rgb(118,150,25); }
td.TdClassName
{
border-color: #769619;
}
.TagClassName
{
border-color: #769619;
}
</style>