Shades of Olive Drab #789214
Tints of Olive Drab #789214
RGB
CMYK
RGB Variations
Color information
#789214 (or 0x789214) is known color: Olive Drab. HEX triplet: 78, 92 and 14. RGB value is (120,146,20). Sum of RGB (Red+Green+Blue) = 120+146+20=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 146 (57.42% from 255 or 51.05% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 146 - color contains mainly: green. Hex color #789214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789214 is #876DEB. Grayscale: #7C7C7C. Windows color (decimal): -8875500 or 1348216. OLE color: 1348216.
HSL color Cylindrical-coordinate representation of color #789214: hue angle of 72.38º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #789214 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 146 | 20 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.43 |
| HSL | 72.38º | 0.76% | 0.33% | - |
| HSV(B) | 72.38º | 0.86% | 0.57% | - |
| XYZ | 18.15 | 24.6 | 4.45 | - |
| YUV | 123.86 | 69.39 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 146 | 20 | 0.18 | 0 | 0.86 | 0.43 | 72.38 | 0.76 | 0.33 |
| Hex | 78 | 92 | 14 | 12 | 0 | 56 | 2B | 48 | 4C | 21 |
| Octal | 170 | 222 | 24 | 22 | 0 | 126 | 53 | 110 | 114 | 41 |
| Binary | 1111000 | 10010010 | 10100 | 10010 | 0 | 1010110 | 101011 | 1001000 | 1001100 | 100001 |
Color Harmonies of #789214
Complementary color
Monochromatic Colors of #789214
Black with #789214
Text Example
Text Example
White with #789214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789214; }
p { color: rgb(120,146,20); }
H1.HeaderClassName
{
color: #789214;
}
.AnyTagClassName
{
color: #789214;
}
</style>
background-color css
<style>
a { background-color: #789214; }
a { background-color: rgb(120,146,20); }
div.DivClassName
{
background-color: #789214;
}
.BgClassName
{
background-color: #789214;
}
</style>
border-color css
<style>
span { border-color: #789214; }
span { border-color: rgb(120,146,20); }
td.TdClassName
{
border-color: #789214;
}
.TagClassName
{
border-color: #789214;
}
</style>