Shades of Olive Drab #789523
Tints of Olive Drab #789523
RGB
CMYK
RGB Variations
Color information
#789523 (or 0x789523) is known color: Olive Drab. HEX triplet: 78, 95 and 23. RGB value is (120,149,35). Sum of RGB (Red+Green+Blue) = 120+149+35=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #789523 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789523 is #876ADC. Grayscale: #7F7F7F. Windows color (decimal): -8874717 or 2332024. OLE color: 2332024.
HSL color Cylindrical-coordinate representation of color #789523: hue angle of 75.26º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #789523 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 149 | 35 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.42 |
| HSL | 75.26º | 0.62% | 0.36% | - |
| HSV(B) | 75.26º | 0.77% | 0.58% | - |
| XYZ | 18.8 | 25.61 | 5.54 | - |
| YUV | 127.33 | 75.89 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 149 | 35 | 0.19 | 0 | 0.77 | 0.42 | 75.26 | 0.62 | 0.36 |
| Hex | 78 | 95 | 23 | 13 | 0 | 4D | 2A | 4B | 3E | 24 |
| Octal | 170 | 225 | 43 | 23 | 0 | 115 | 52 | 113 | 76 | 44 |
| Binary | 1111000 | 10010101 | 100011 | 10011 | 0 | 1001101 | 101010 | 1001011 | 111110 | 100100 |
Color Harmonies of #789523
Complementary color
Monochromatic Colors of #789523
Black with #789523
Text Example
Text Example
White with #789523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789523; }
p { color: rgb(120,149,35); }
H1.HeaderClassName
{
color: #789523;
}
.AnyTagClassName
{
color: #789523;
}
</style>
background-color css
<style>
a { background-color: #789523; }
a { background-color: rgb(120,149,35); }
div.DivClassName
{
background-color: #789523;
}
.BgClassName
{
background-color: #789523;
}
</style>
border-color css
<style>
span { border-color: #789523; }
span { border-color: rgb(120,149,35); }
td.TdClassName
{
border-color: #789523;
}
.TagClassName
{
border-color: #789523;
}
</style>