Shades of Christi #78A811
Tints of Christi #78A811
RGB
CMYK
RGB Variations
Color information
#78A811 (or 0x78A811) is known color: Christi. HEX triplet: 78, A8 and 11. RGB value is (120,168,17). Sum of RGB (Red+Green+Blue) = 120+168+17=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 168 (66.02% from 255 or 55.08% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 168 - color contains mainly: green. Hex color #78A811 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78A811 is #8757EE. Grayscale: #888888. Windows color (decimal): -8869871 or 1157240. OLE color: 1157240.
HSL color Cylindrical-coordinate representation of color #78A811: hue angle of 79.07º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78A811 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 120 | 168 | 17 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.34 |
| HSL | 79.07º | 0.82% | 0.36% | - |
| HSV(B) | 79.07º | 0.9% | 0.66% | - |
| XYZ | 21.85 | 32.04 | 5.56 | - |
| YUV | 136.43 | 60.6 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 168 | 17 | 0.29 | 0 | 0.90 | 0.34 | 79.07 | 0.82 | 0.36 |
| Hex | 78 | A8 | 11 | 1D | 0 | 5A | 22 | 4F | 52 | 24 |
| Octal | 170 | 250 | 21 | 35 | 0 | 132 | 42 | 117 | 122 | 44 |
| Binary | 1111000 | 10101000 | 10001 | 11101 | 0 | 1011010 | 100010 | 1001111 | 1010010 | 100100 |
Color Harmonies of #78A811
Complementary color
Monochromatic Colors of #78A811
Black with #78A811
Text Example
Text Example
White with #78A811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A811; }
p { color: rgb(120,168,17); }
H1.HeaderClassName
{
color: #78A811;
}
.AnyTagClassName
{
color: #78A811;
}
</style>
background-color css
<style>
a { background-color: #78A811; }
a { background-color: rgb(120,168,17); }
div.DivClassName
{
background-color: #78A811;
}
.BgClassName
{
background-color: #78A811;
}
</style>
border-color css
<style>
span { border-color: #78A811; }
span { border-color: rgb(120,168,17); }
td.TdClassName
{
border-color: #78A811;
}
.TagClassName
{
border-color: #78A811;
}
</style>