Shades of Christi #78AA14
Tints of Christi #78AA14
RGB
CMYK
RGB Variations
Color information
#78AA14 (or 0x78AA14) is known color: Christi. HEX triplet: 78, AA and 14. RGB value is (120,170,20). Sum of RGB (Red+Green+Blue) = 120+170+20=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 170 (66.80% from 255 or 54.84% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78AA14 is #8755EB. Grayscale: #8A8A8A. Windows color (decimal): -8869356 or 1354360. OLE color: 1354360.
HSL color Cylindrical-coordinate representation of color #78AA14: hue angle of 80º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78AA14 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 170 | 20 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.33 |
| HSL | 80º | 0.79% | 0.37% | - |
| HSV(B) | 80º | 0.88% | 0.67% | - |
| XYZ | 22.25 | 32.79 | 5.82 | - |
| YUV | 137.95 | 61.44 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 170 | 20 | 0.29 | 0 | 0.88 | 0.33 | 80 | 0.79 | 0.37 |
| Hex | 78 | AA | 14 | 1D | 0 | 58 | 21 | 50 | 4F | 25 |
| Octal | 170 | 252 | 24 | 35 | 0 | 130 | 41 | 120 | 117 | 45 |
| Binary | 1111000 | 10101010 | 10100 | 11101 | 0 | 1011000 | 100001 | 1010000 | 1001111 | 100101 |
Color Harmonies of #78AA14
Complementary color
Monochromatic Colors of #78AA14
Black with #78AA14
Text Example
Text Example
White with #78AA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AA14; }
p { color: rgb(120,170,20); }
H1.HeaderClassName
{
color: #78AA14;
}
.AnyTagClassName
{
color: #78AA14;
}
</style>
background-color css
<style>
a { background-color: #78AA14; }
a { background-color: rgb(120,170,20); }
div.DivClassName
{
background-color: #78AA14;
}
.BgClassName
{
background-color: #78AA14;
}
</style>
border-color css
<style>
span { border-color: #78AA14; }
span { border-color: rgb(120,170,20); }
td.TdClassName
{
border-color: #78AA14;
}
.TagClassName
{
border-color: #78AA14;
}
</style>