Shades of Olive Drab #789515
Tints of Olive Drab #789515
RGB
CMYK
RGB Variations
Color information
#789515 (or 0x789515) is known color: Olive Drab. HEX triplet: 78, 95 and 15. RGB value is (120,149,21). Sum of RGB (Red+Green+Blue) = 120+149+21=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 149 (58.59% from 255 or 51.38% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 149 - color contains mainly: green. Hex color #789515 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789515 is #876AEA. Grayscale: #7E7E7E. Windows color (decimal): -8874731 or 1414520. OLE color: 1414520.
HSL color Cylindrical-coordinate representation of color #789515: hue angle of 73.59º 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 #789515 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 149 | 21 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.42 |
| HSL | 73.59º | 0.75% | 0.33% | - |
| HSV(B) | 73.59º | 0.86% | 0.58% | - |
| XYZ | 18.63 | 25.54 | 4.66 | - |
| YUV | 125.74 | 68.89 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 149 | 21 | 0.19 | 0 | 0.86 | 0.42 | 73.59 | 0.75 | 0.33 |
| Hex | 78 | 95 | 15 | 13 | 0 | 56 | 2A | 4A | 4B | 21 |
| Octal | 170 | 225 | 25 | 23 | 0 | 126 | 52 | 112 | 113 | 41 |
| Binary | 1111000 | 10010101 | 10101 | 10011 | 0 | 1010110 | 101010 | 1001010 | 1001011 | 100001 |
Color Harmonies of #789515
Complementary color
Monochromatic Colors of #789515
Black with #789515
Text Example
Text Example
White with #789515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789515; }
p { color: rgb(120,149,21); }
H1.HeaderClassName
{
color: #789515;
}
.AnyTagClassName
{
color: #789515;
}
</style>
background-color css
<style>
a { background-color: #789515; }
a { background-color: rgb(120,149,21); }
div.DivClassName
{
background-color: #789515;
}
.BgClassName
{
background-color: #789515;
}
</style>
border-color css
<style>
span { border-color: #789515; }
span { border-color: rgb(120,149,21); }
td.TdClassName
{
border-color: #789515;
}
.TagClassName
{
border-color: #789515;
}
</style>