Shades of Olive #789400
Tints of Olive #789400
RGB
CMYK
RGB Variations
Color information
#789400 (or 0x789400) is known color: Olive. HEX triplet: 78, 94 and 00. RGB value is (120,148,0). Sum of RGB (Red+Green+Blue) = 120+148+0=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 148 (58.20% from 255 or 55.22% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 148 - color contains mainly: green. Hex color #789400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789400 is #876BFF. Grayscale: #7B7B7B. Windows color (decimal): -8875008 or 38008. OLE color: 38008.
HSL color Cylindrical-coordinate representation of color #789400: hue angle of 71.35º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #789400 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 148 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.42 |
| HSL | 71.35º | 1% | 0.29% | - |
| HSV(B) | 71.35º | 1% | 0.58% | - |
| XYZ | 18.34 | 25.17 | 3.89 | - |
| YUV | 122.76 | 58.72 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 148 | 0 | 0.19 | 0 | 1 | 0.42 | 71.35 | 1 | 0.29 |
| Hex | 78 | 94 | 0 | 13 | 0 | 64 | 2A | 47 | 64 | 1D |
| Octal | 170 | 224 | 0 | 23 | 0 | 144 | 52 | 107 | 144 | 35 |
| Binary | 1111000 | 10010100 | 0 | 10011 | 0 | 1100100 | 101010 | 1000111 | 1100100 | 11101 |
Color Harmonies of #789400
Complementary color
Monochromatic Colors of #789400
Black with #789400
Text Example
Text Example
White with #789400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789400; }
p { color: rgb(120,148,0); }
H1.HeaderClassName
{
color: #789400;
}
.AnyTagClassName
{
color: #789400;
}
</style>
background-color css
<style>
a { background-color: #789400; }
a { background-color: rgb(120,148,0); }
div.DivClassName
{
background-color: #789400;
}
.BgClassName
{
background-color: #789400;
}
</style>
border-color css
<style>
span { border-color: #789400; }
span { border-color: rgb(120,148,0); }
td.TdClassName
{
border-color: #789400;
}
.TagClassName
{
border-color: #789400;
}
</style>