Shades of Olive Drab #769015
Tints of Olive Drab #769015
RGB
CMYK
RGB Variations
Color information
#769015 (or 0x769015) is known color: Olive Drab. HEX triplet: 76, 90 and 15. RGB value is (118,144,21). Sum of RGB (Red+Green+Blue) = 118+144+21=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 144 (56.64% from 255 or 50.88% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 144 - color contains mainly: green. Hex color #769015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769015 is #896FEA. Grayscale: #7A7A7A. Windows color (decimal): -9007083 or 1413238. OLE color: 1413238.
HSL color Cylindrical-coordinate representation of color #769015: hue angle of 72.68º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #769015 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 144 | 21 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.44 |
| HSL | 72.68º | 0.75% | 0.32% | - |
| HSV(B) | 72.68º | 0.85% | 0.56% | - |
| XYZ | 17.58 | 23.85 | 4.39 | - |
| YUV | 122.2 | 70.89 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 144 | 21 | 0.18 | 0 | 0.85 | 0.44 | 72.68 | 0.75 | 0.32 |
| Hex | 76 | 90 | 15 | 12 | 0 | 55 | 2C | 49 | 4B | 20 |
| Octal | 166 | 220 | 25 | 22 | 0 | 125 | 54 | 111 | 113 | 40 |
| Binary | 1110110 | 10010000 | 10101 | 10010 | 0 | 1010101 | 101100 | 1001001 | 1001011 | 100000 |
Color Harmonies of #769015
Complementary color
Monochromatic Colors of #769015
Black with #769015
Text Example
Text Example
White with #769015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769015; }
p { color: rgb(118,144,21); }
H1.HeaderClassName
{
color: #769015;
}
.AnyTagClassName
{
color: #769015;
}
</style>
background-color css
<style>
a { background-color: #769015; }
a { background-color: rgb(118,144,21); }
div.DivClassName
{
background-color: #769015;
}
.BgClassName
{
background-color: #769015;
}
</style>
border-color css
<style>
span { border-color: #769015; }
span { border-color: rgb(118,144,21); }
td.TdClassName
{
border-color: #769015;
}
.TagClassName
{
border-color: #769015;
}
</style>