Shades of Christi #78B702
Tints of Christi #78B702
RGB
CMYK
RGB Variations
Color information
#78B702 (or 0x78B702) is known color: Christi. HEX triplet: 78, B7 and 02. RGB value is (120,183,2). Sum of RGB (Red+Green+Blue) = 120+183+2=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 183 (71.88% from 255 or 60% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 183 - color contains mainly: green. Hex color #78B702 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78B702 is #8748FD. Grayscale: #909090. Windows color (decimal): -8866046 or 178040. OLE color: 178040.
HSL color Cylindrical-coordinate representation of color #78B702: hue angle of 80.88º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #78B702 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 183 | 2 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.28 |
| HSL | 80.88º | 0.98% | 0.36% | - |
| HSV(B) | 80.88º | 0.99% | 0.72% | - |
| XYZ | 24.69 | 37.86 | 6.06 | - |
| YUV | 143.53 | 48.13 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 183 | 2 | 0.34 | 0 | 0.99 | 0.28 | 80.88 | 0.98 | 0.36 |
| Hex | 78 | B7 | 2 | 22 | 0 | 63 | 1C | 51 | 62 | 24 |
| Octal | 170 | 267 | 2 | 42 | 0 | 143 | 34 | 121 | 142 | 44 |
| Binary | 1111000 | 10110111 | 10 | 100010 | 0 | 1100011 | 11100 | 1010001 | 1100010 | 100100 |
Color Harmonies of #78B702
Complementary color
Monochromatic Colors of #78B702
Black with #78B702
Text Example
Text Example
White with #78B702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B702; }
p { color: rgb(120,183,2); }
H1.HeaderClassName
{
color: #78B702;
}
.AnyTagClassName
{
color: #78B702;
}
</style>
background-color css
<style>
a { background-color: #78B702; }
a { background-color: rgb(120,183,2); }
div.DivClassName
{
background-color: #78B702;
}
.BgClassName
{
background-color: #78B702;
}
</style>
border-color css
<style>
span { border-color: #78B702; }
span { border-color: rgb(120,183,2); }
td.TdClassName
{
border-color: #78B702;
}
.TagClassName
{
border-color: #78B702;
}
</style>