Shades of Christi #78A816
Tints of Christi #78A816
RGB
CMYK
RGB Variations
Color information
#78A816 (or 0x78A816) is known color: Christi. HEX triplet: 78, A8 and 16. RGB value is (120,168,22). Sum of RGB (Red+Green+Blue) = 120+168+22=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 168 (66.02% from 255 or 54.19% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 168 - color contains mainly: green. Hex color #78A816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78A816 is #8757E9. Grayscale: #898989. Windows color (decimal): -8869866 or 1484920. OLE color: 1484920.
HSL color Cylindrical-coordinate representation of color #78A816: hue angle of 79.73º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #78A816 is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 120 | 168 | 22 | - |
| CMYK | 0.29 | 0 | 0.87 | 0.34 |
| HSL | 79.73º | 0.77% | 0.37% | - |
| HSV(B) | 79.73º | 0.87% | 0.66% | - |
| XYZ | 21.89 | 32.06 | 5.79 | - |
| YUV | 137 | 63.1 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 168 | 22 | 0.29 | 0 | 0.87 | 0.34 | 79.73 | 0.77 | 0.37 |
| Hex | 78 | A8 | 16 | 1D | 0 | 57 | 22 | 50 | 4D | 25 |
| Octal | 170 | 250 | 26 | 35 | 0 | 127 | 42 | 120 | 115 | 45 |
| Binary | 1111000 | 10101000 | 10110 | 11101 | 0 | 1010111 | 100010 | 1010000 | 1001101 | 100101 |
Color Harmonies of #78A816
Complementary color
Monochromatic Colors of #78A816
Black with #78A816
Text Example
Text Example
White with #78A816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A816; }
p { color: rgb(120,168,22); }
H1.HeaderClassName
{
color: #78A816;
}
.AnyTagClassName
{
color: #78A816;
}
</style>
background-color css
<style>
a { background-color: #78A816; }
a { background-color: rgb(120,168,22); }
div.DivClassName
{
background-color: #78A816;
}
.BgClassName
{
background-color: #78A816;
}
</style>
border-color css
<style>
span { border-color: #78A816; }
span { border-color: rgb(120,168,22); }
td.TdClassName
{
border-color: #78A816;
}
.TagClassName
{
border-color: #78A816;
}
</style>