Shades of Olive #78900C
Tints of Olive #78900C
RGB
CMYK
RGB Variations
Color information
#78900C (or 0x78900C) is known color: Olive. HEX triplet: 78, 90 and 0C. RGB value is (120,144,12). Sum of RGB (Red+Green+Blue) = 120+144+12=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 144 (56.64% from 255 or 52.17% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 144 - color contains mainly: green. Hex color #78900C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78900C is #876FF3. Grayscale: #7A7A7A. Windows color (decimal): -8876020 or 823416. OLE color: 823416.
HSL color Cylindrical-coordinate representation of color #78900C: hue angle of 70.91º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #78900C is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 144 | 12 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.44 |
| HSL | 70.91º | 0.85% | 0.31% | - |
| HSV(B) | 70.91º | 0.92% | 0.56% | - |
| XYZ | 17.79 | 23.97 | 4.04 | - |
| YUV | 121.78 | 66.05 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 144 | 12 | 0.17 | 0 | 0.92 | 0.44 | 70.91 | 0.85 | 0.31 |
| Hex | 78 | 90 | C | 11 | 0 | 5C | 2C | 47 | 55 | 1F |
| Octal | 170 | 220 | 14 | 21 | 0 | 134 | 54 | 107 | 125 | 37 |
| Binary | 1111000 | 10010000 | 1100 | 10001 | 0 | 1011100 | 101100 | 1000111 | 1010101 | 11111 |
Color Harmonies of #78900C
Complementary color
Monochromatic Colors of #78900C
Black with #78900C
Text Example
Text Example
White with #78900C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78900C; }
p { color: rgb(120,144,12); }
H1.HeaderClassName
{
color: #78900C;
}
.AnyTagClassName
{
color: #78900C;
}
</style>
background-color css
<style>
a { background-color: #78900C; }
a { background-color: rgb(120,144,12); }
div.DivClassName
{
background-color: #78900C;
}
.BgClassName
{
background-color: #78900C;
}
</style>
border-color css
<style>
span { border-color: #78900C; }
span { border-color: rgb(120,144,12); }
td.TdClassName
{
border-color: #78900C;
}
.TagClassName
{
border-color: #78900C;
}
</style>