Shades of Olive Drab #789513
Tints of Olive Drab #789513
RGB
CMYK
RGB Variations
Color information
#789513 (or 0x789513) is known color: Olive Drab. HEX triplet: 78, 95 and 13. RGB value is (120,149,19). Sum of RGB (Red+Green+Blue) = 120+149+19=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 149 (58.59% from 255 or 51.74% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 149 - color contains mainly: green. Hex color #789513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789513 is #876AEC. Grayscale: #7E7E7E. Windows color (decimal): -8874733 or 1283448. OLE color: 1283448.
HSL color Cylindrical-coordinate representation of color #789513: hue angle of 73.38º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #789513 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 149 | 19 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.42 |
| HSL | 73.38º | 0.77% | 0.33% | - |
| HSV(B) | 73.38º | 0.87% | 0.58% | - |
| XYZ | 18.61 | 25.53 | 4.56 | - |
| YUV | 125.51 | 67.89 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 149 | 19 | 0.19 | 0 | 0.87 | 0.42 | 73.38 | 0.77 | 0.33 |
| Hex | 78 | 95 | 13 | 13 | 0 | 57 | 2A | 49 | 4D | 21 |
| Octal | 170 | 225 | 23 | 23 | 0 | 127 | 52 | 111 | 115 | 41 |
| Binary | 1111000 | 10010101 | 10011 | 10011 | 0 | 1010111 | 101010 | 1001001 | 1001101 | 100001 |
Color Harmonies of #789513
Complementary color
Monochromatic Colors of #789513
Black with #789513
Text Example
Text Example
White with #789513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789513; }
p { color: rgb(120,149,19); }
H1.HeaderClassName
{
color: #789513;
}
.AnyTagClassName
{
color: #789513;
}
</style>
background-color css
<style>
a { background-color: #789513; }
a { background-color: rgb(120,149,19); }
div.DivClassName
{
background-color: #789513;
}
.BgClassName
{
background-color: #789513;
}
</style>
border-color css
<style>
span { border-color: #789513; }
span { border-color: rgb(120,149,19); }
td.TdClassName
{
border-color: #789513;
}
.TagClassName
{
border-color: #789513;
}
</style>