Shades of Christi #78A007
Tints of Christi #78A007
RGB
CMYK
RGB Variations
Color information
#78A007 (or 0x78A007) is known color: Christi. HEX triplet: 78, A0 and 07. RGB value is (120,160,7). Sum of RGB (Red+Green+Blue) = 120+160+7=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 160 (62.89% from 255 or 55.75% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 160 - color contains mainly: green. Hex color #78A007 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78A007 is #875FF8. Grayscale: #838383. Windows color (decimal): -8871929 or 499832. OLE color: 499832.
HSL color Cylindrical-coordinate representation of color #78A007: hue angle of 75.69º degrees, saturation: 0.92, 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 #78A007 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 160 | 7 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.37 |
| HSL | 75.69º | 0.92% | 0.33% | - |
| HSV(B) | 75.69º | 0.96% | 0.63% | - |
| XYZ | 20.35 | 29.15 | 4.75 | - |
| YUV | 130.6 | 58.25 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 160 | 7 | 0.25 | 0 | 0.96 | 0.37 | 75.69 | 0.92 | 0.33 |
| Hex | 78 | A0 | 7 | 19 | 0 | 60 | 25 | 4C | 5C | 21 |
| Octal | 170 | 240 | 7 | 31 | 0 | 140 | 45 | 114 | 134 | 41 |
| Binary | 1111000 | 10100000 | 111 | 11001 | 0 | 1100000 | 100101 | 1001100 | 1011100 | 100001 |
Color Harmonies of #78A007
Complementary color
Monochromatic Colors of #78A007
Black with #78A007
Text Example
Text Example
White with #78A007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A007; }
p { color: rgb(120,160,7); }
H1.HeaderClassName
{
color: #78A007;
}
.AnyTagClassName
{
color: #78A007;
}
</style>
background-color css
<style>
a { background-color: #78A007; }
a { background-color: rgb(120,160,7); }
div.DivClassName
{
background-color: #78A007;
}
.BgClassName
{
background-color: #78A007;
}
</style>
border-color css
<style>
span { border-color: #78A007; }
span { border-color: rgb(120,160,7); }
td.TdClassName
{
border-color: #78A007;
}
.TagClassName
{
border-color: #78A007;
}
</style>