Shades of Olive Drab #769019
Tints of Olive Drab #769019
RGB
CMYK
RGB Variations
Color information
#769019 (or 0x769019) is known color: Olive Drab. HEX triplet: 76, 90 and 19. RGB value is (118,144,25). Sum of RGB (Red+Green+Blue) = 118+144+25=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 144 (56.64% from 255 or 50.17% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 144 - color contains mainly: green. Hex color #769019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769019 is #896FE6. Grayscale: #7B7B7B. Windows color (decimal): -9007079 or 1675382. OLE color: 1675382.
HSL color Cylindrical-coordinate representation of color #769019: hue angle of 73.11º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #769019 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 144 | 25 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.44 |
| HSL | 73.11º | 0.7% | 0.33% | - |
| HSV(B) | 73.11º | 0.83% | 0.56% | - |
| XYZ | 17.62 | 23.87 | 4.6 | - |
| YUV | 122.66 | 72.89 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 144 | 25 | 0.18 | 0 | 0.83 | 0.44 | 73.11 | 0.7 | 0.33 |
| Hex | 76 | 90 | 19 | 12 | 0 | 53 | 2C | 49 | 46 | 21 |
| Octal | 166 | 220 | 31 | 22 | 0 | 123 | 54 | 111 | 106 | 41 |
| Binary | 1110110 | 10010000 | 11001 | 10010 | 0 | 1010011 | 101100 | 1001001 | 1000110 | 100001 |
Color Harmonies of #769019
Complementary color
Monochromatic Colors of #769019
Black with #769019
Text Example
Text Example
White with #769019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769019; }
p { color: rgb(118,144,25); }
H1.HeaderClassName
{
color: #769019;
}
.AnyTagClassName
{
color: #769019;
}
</style>
background-color css
<style>
a { background-color: #769019; }
a { background-color: rgb(118,144,25); }
div.DivClassName
{
background-color: #769019;
}
.BgClassName
{
background-color: #769019;
}
</style>
border-color css
<style>
span { border-color: #769019; }
span { border-color: rgb(118,144,25); }
td.TdClassName
{
border-color: #769019;
}
.TagClassName
{
border-color: #769019;
}
</style>