Shades of Christi #78A011
Tints of Christi #78A011
RGB
CMYK
RGB Variations
Color information
#78A011 (or 0x78A011) is known color: Christi. HEX triplet: 78, A0 and 11. RGB value is (120,160,17). Sum of RGB (Red+Green+Blue) = 120+160+17=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 160 (62.89% from 255 or 53.87% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 160 - color contains mainly: green. Hex color #78A011 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78A011 is #875FEE. Grayscale: #848484. Windows color (decimal): -8871919 or 1155192. OLE color: 1155192.
HSL color Cylindrical-coordinate representation of color #78A011: hue angle of 76.78º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #78A011 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 160 | 17 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.37 |
| HSL | 76.78º | 0.81% | 0.35% | - |
| HSV(B) | 76.78º | 0.89% | 0.63% | - |
| XYZ | 20.42 | 29.18 | 5.09 | - |
| YUV | 131.74 | 63.25 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 160 | 17 | 0.25 | 0 | 0.89 | 0.37 | 76.78 | 0.81 | 0.35 |
| Hex | 78 | A0 | 11 | 19 | 0 | 59 | 25 | 4D | 51 | 23 |
| Octal | 170 | 240 | 21 | 31 | 0 | 131 | 45 | 115 | 121 | 43 |
| Binary | 1111000 | 10100000 | 10001 | 11001 | 0 | 1011001 | 100101 | 1001101 | 1010001 | 100011 |
Color Harmonies of #78A011
Complementary color
Monochromatic Colors of #78A011
Black with #78A011
Text Example
Text Example
White with #78A011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A011; }
p { color: rgb(120,160,17); }
H1.HeaderClassName
{
color: #78A011;
}
.AnyTagClassName
{
color: #78A011;
}
</style>
background-color css
<style>
a { background-color: #78A011; }
a { background-color: rgb(120,160,17); }
div.DivClassName
{
background-color: #78A011;
}
.BgClassName
{
background-color: #78A011;
}
</style>
border-color css
<style>
span { border-color: #78A011; }
span { border-color: rgb(120,160,17); }
td.TdClassName
{
border-color: #78A011;
}
.TagClassName
{
border-color: #78A011;
}
</style>