Shades of Olive Drab #789218
Tints of Olive Drab #789218
RGB
CMYK
RGB Variations
Color information
#789218 (or 0x789218) is known color: Olive Drab. HEX triplet: 78, 92 and 18. RGB value is (120,146,24). Sum of RGB (Red+Green+Blue) = 120+146+24=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #789218 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789218 is #876DE7. Grayscale: #7C7C7C. Windows color (decimal): -8875496 or 1610360. OLE color: 1610360.
HSL color Cylindrical-coordinate representation of color #789218: hue angle of 72.79º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #789218 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 146 | 24 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.43 |
| HSL | 72.79º | 0.72% | 0.33% | - |
| HSV(B) | 72.79º | 0.84% | 0.57% | - |
| XYZ | 18.19 | 24.62 | 4.66 | - |
| YUV | 124.32 | 71.39 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 146 | 24 | 0.18 | 0 | 0.84 | 0.43 | 72.79 | 0.72 | 0.33 |
| Hex | 78 | 92 | 18 | 12 | 0 | 54 | 2B | 49 | 48 | 21 |
| Octal | 170 | 222 | 30 | 22 | 0 | 124 | 53 | 111 | 110 | 41 |
| Binary | 1111000 | 10010010 | 11000 | 10010 | 0 | 1010100 | 101011 | 1001001 | 1001000 | 100001 |
Color Harmonies of #789218
Complementary color
Monochromatic Colors of #789218
Black with #789218
Text Example
Text Example
White with #789218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789218; }
p { color: rgb(120,146,24); }
H1.HeaderClassName
{
color: #789218;
}
.AnyTagClassName
{
color: #789218;
}
</style>
background-color css
<style>
a { background-color: #789218; }
a { background-color: rgb(120,146,24); }
div.DivClassName
{
background-color: #789218;
}
.BgClassName
{
background-color: #789218;
}
</style>
border-color css
<style>
span { border-color: #789218; }
span { border-color: rgb(120,146,24); }
td.TdClassName
{
border-color: #789218;
}
.TagClassName
{
border-color: #789218;
}
</style>