Shades of Christi #78A219
Tints of Christi #78A219
RGB
CMYK
RGB Variations
Color information
#78A219 (or 0x78A219) is known color: Christi. HEX triplet: 78, A2 and 19. RGB value is (120,162,25). Sum of RGB (Red+Green+Blue) = 120+162+25=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 162 (63.67% from 255 or 52.77% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 162 - color contains mainly: green. Hex color #78A219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78A219 is #875DE6. Grayscale: #868686. Windows color (decimal): -8871399 or 1679992. OLE color: 1679992.
HSL color Cylindrical-coordinate representation of color #78A219: hue angle of 78.39º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #78A219 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 162 | 25 | - |
| CMYK | 0.26 | 0 | 0.85 | 0.36 |
| HSL | 78.39º | 0.73% | 0.37% | - |
| HSV(B) | 78.39º | 0.85% | 0.64% | - |
| XYZ | 20.84 | 29.9 | 5.59 | - |
| YUV | 133.82 | 66.59 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 162 | 25 | 0.26 | 0 | 0.85 | 0.36 | 78.39 | 0.73 | 0.37 |
| Hex | 78 | A2 | 19 | 1A | 0 | 55 | 24 | 4E | 49 | 25 |
| Octal | 170 | 242 | 31 | 32 | 0 | 125 | 44 | 116 | 111 | 45 |
| Binary | 1111000 | 10100010 | 11001 | 11010 | 0 | 1010101 | 100100 | 1001110 | 1001001 | 100101 |
Color Harmonies of #78A219
Complementary color
Monochromatic Colors of #78A219
Black with #78A219
Text Example
Text Example
White with #78A219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A219; }
p { color: rgb(120,162,25); }
H1.HeaderClassName
{
color: #78A219;
}
.AnyTagClassName
{
color: #78A219;
}
</style>
background-color css
<style>
a { background-color: #78A219; }
a { background-color: rgb(120,162,25); }
div.DivClassName
{
background-color: #78A219;
}
.BgClassName
{
background-color: #78A219;
}
</style>
border-color css
<style>
span { border-color: #78A219; }
span { border-color: rgb(120,162,25); }
td.TdClassName
{
border-color: #78A219;
}
.TagClassName
{
border-color: #78A219;
}
</style>