Shades of Christi #78A106
Tints of Christi #78A106
RGB
CMYK
RGB Variations
Color information
#78A106 (or 0x78A106) is known color: Christi. HEX triplet: 78, A1 and 06. RGB value is (120,161,6). Sum of RGB (Red+Green+Blue) = 120+161+6=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 161 (63.28% from 255 or 56.10% from 287); Blue value is 6 (2.73% from 255 or 2.09% from 287); Max value from RGB is 161 - color contains mainly: green. Hex color #78A106 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78A106 is #875EF9. Grayscale: #838383. Windows color (decimal): -8871674 or 434552. OLE color: 434552.
HSL color Cylindrical-coordinate representation of color #78A106: hue angle of 75.87º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #78A106 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 161 | 6 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.37 |
| HSL | 75.87º | 0.93% | 0.33% | - |
| HSV(B) | 75.87º | 0.96% | 0.63% | - |
| XYZ | 20.52 | 29.5 | 4.78 | - |
| YUV | 131.07 | 57.42 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 161 | 6 | 0.25 | 0 | 0.96 | 0.37 | 75.87 | 0.93 | 0.33 |
| Hex | 78 | A1 | 6 | 19 | 0 | 60 | 25 | 4C | 5D | 21 |
| Octal | 170 | 241 | 6 | 31 | 0 | 140 | 45 | 114 | 135 | 41 |
| Binary | 1111000 | 10100001 | 110 | 11001 | 0 | 1100000 | 100101 | 1001100 | 1011101 | 100001 |
Color Harmonies of #78A106
Complementary color
Monochromatic Colors of #78A106
Black with #78A106
Text Example
Text Example
White with #78A106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A106; }
p { color: rgb(120,161,6); }
H1.HeaderClassName
{
color: #78A106;
}
.AnyTagClassName
{
color: #78A106;
}
</style>
background-color css
<style>
a { background-color: #78A106; }
a { background-color: rgb(120,161,6); }
div.DivClassName
{
background-color: #78A106;
}
.BgClassName
{
background-color: #78A106;
}
</style>
border-color css
<style>
span { border-color: #78A106; }
span { border-color: rgb(120,161,6); }
td.TdClassName
{
border-color: #78A106;
}
.TagClassName
{
border-color: #78A106;
}
</style>