Shades of Christi #78BA07
Tints of Christi #78BA07
RGB
CMYK
RGB Variations
Color information
#78BA07 (or 0x78BA07) is known color: Christi. HEX triplet: 78, BA and 07. RGB value is (120,186,7). Sum of RGB (Red+Green+Blue) = 120+186+7=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 7 (3.12% from 255 or 2.24% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #78BA07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78BA07 is #8745F8. Grayscale: #929292. Windows color (decimal): -8865273 or 506488. OLE color: 506488.
HSL color Cylindrical-coordinate representation of color #78BA07: hue angle of 82.12º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #78BA07 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 186 | 7 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.27 |
| HSL | 82.12º | 0.93% | 0.38% | - |
| HSV(B) | 82.12º | 0.96% | 0.73% | - |
| XYZ | 25.34 | 39.13 | 6.42 | - |
| YUV | 145.86 | 49.63 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 186 | 7 | 0.35 | 0 | 0.96 | 0.27 | 82.12 | 0.93 | 0.38 |
| Hex | 78 | BA | 7 | 23 | 0 | 60 | 1B | 52 | 5D | 26 |
| Octal | 170 | 272 | 7 | 43 | 0 | 140 | 33 | 122 | 135 | 46 |
| Binary | 1111000 | 10111010 | 111 | 100011 | 0 | 1100000 | 11011 | 1010010 | 1011101 | 100110 |
Color Harmonies of #78BA07
Complementary color
Monochromatic Colors of #78BA07
Black with #78BA07
Text Example
Text Example
White with #78BA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BA07; }
p { color: rgb(120,186,7); }
H1.HeaderClassName
{
color: #78BA07;
}
.AnyTagClassName
{
color: #78BA07;
}
</style>
background-color css
<style>
a { background-color: #78BA07; }
a { background-color: rgb(120,186,7); }
div.DivClassName
{
background-color: #78BA07;
}
.BgClassName
{
background-color: #78BA07;
}
</style>
border-color css
<style>
span { border-color: #78BA07; }
span { border-color: rgb(120,186,7); }
td.TdClassName
{
border-color: #78BA07;
}
.TagClassName
{
border-color: #78BA07;
}
</style>