Shades of Christi #78A915
Tints of Christi #78A915
RGB
CMYK
RGB Variations
Color information
#78A915 (or 0x78A915) is known color: Christi. HEX triplet: 78, A9 and 15. RGB value is (120,169,21). Sum of RGB (Red+Green+Blue) = 120+169+21=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 169 (66.41% from 255 or 54.52% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 169 - color contains mainly: green. Hex color #78A915 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78A915 is #8756EA. Grayscale: #8A8A8A. Windows color (decimal): -8869611 or 1419640. OLE color: 1419640.
HSL color Cylindrical-coordinate representation of color #78A915: hue angle of 79.86º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78A915 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 120 | 169 | 21 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.34 |
| HSL | 79.86º | 0.78% | 0.37% | - |
| HSV(B) | 79.86º | 0.88% | 0.66% | - |
| XYZ | 22.07 | 32.42 | 5.8 | - |
| YUV | 137.48 | 62.27 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 169 | 21 | 0.29 | 0 | 0.88 | 0.34 | 79.86 | 0.78 | 0.37 |
| Hex | 78 | A9 | 15 | 1D | 0 | 58 | 22 | 50 | 4E | 25 |
| Octal | 170 | 251 | 25 | 35 | 0 | 130 | 42 | 120 | 116 | 45 |
| Binary | 1111000 | 10101001 | 10101 | 11101 | 0 | 1011000 | 100010 | 1010000 | 1001110 | 100101 |
Color Harmonies of #78A915
Complementary color
Monochromatic Colors of #78A915
Black with #78A915
Text Example
Text Example
White with #78A915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A915; }
p { color: rgb(120,169,21); }
H1.HeaderClassName
{
color: #78A915;
}
.AnyTagClassName
{
color: #78A915;
}
</style>
background-color css
<style>
a { background-color: #78A915; }
a { background-color: rgb(120,169,21); }
div.DivClassName
{
background-color: #78A915;
}
.BgClassName
{
background-color: #78A915;
}
</style>
border-color css
<style>
span { border-color: #78A915; }
span { border-color: rgb(120,169,21); }
td.TdClassName
{
border-color: #78A915;
}
.TagClassName
{
border-color: #78A915;
}
</style>