Shades of Olive Drab #769415
Tints of Olive Drab #769415
RGB
CMYK
RGB Variations
Color information
#769415 (or 0x769415) is known color: Olive Drab. HEX triplet: 76, 94 and 15. RGB value is (118,148,21). Sum of RGB (Red+Green+Blue) = 118+148+21=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #769415 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769415 is #896BEA. Grayscale: #7D7D7D. Windows color (decimal): -9006059 or 1414262. OLE color: 1414262.
HSL color Cylindrical-coordinate representation of color #769415: hue angle of 74.17º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #769415 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 148 | 21 | - |
| CMYK | 0.20 | 0 | 0.86 | 0.42 |
| HSL | 74.17º | 0.75% | 0.33% | - |
| HSV(B) | 74.17º | 0.86% | 0.58% | - |
| XYZ | 18.2 | 25.09 | 4.59 | - |
| YUV | 124.55 | 69.56 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 148 | 21 | 0.20 | 0 | 0.86 | 0.42 | 74.17 | 0.75 | 0.33 |
| Hex | 76 | 94 | 15 | 14 | 0 | 56 | 2A | 4A | 4B | 21 |
| Octal | 166 | 224 | 25 | 24 | 0 | 126 | 52 | 112 | 113 | 41 |
| Binary | 1110110 | 10010100 | 10101 | 10100 | 0 | 1010110 | 101010 | 1001010 | 1001011 | 100001 |
Color Harmonies of #769415
Complementary color
Monochromatic Colors of #769415
Black with #769415
Text Example
Text Example
White with #769415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769415; }
p { color: rgb(118,148,21); }
H1.HeaderClassName
{
color: #769415;
}
.AnyTagClassName
{
color: #769415;
}
</style>
background-color css
<style>
a { background-color: #769415; }
a { background-color: rgb(118,148,21); }
div.DivClassName
{
background-color: #769415;
}
.BgClassName
{
background-color: #769415;
}
</style>
border-color css
<style>
span { border-color: #769415; }
span { border-color: rgb(118,148,21); }
td.TdClassName
{
border-color: #769415;
}
.TagClassName
{
border-color: #769415;
}
</style>