Shades of Christi #78B305
Tints of Christi #78B305
RGB
CMYK
RGB Variations
Color information
#78B305 (or 0x78B305) is known color: Christi. HEX triplet: 78, B3 and 05. RGB value is (120,179,5). Sum of RGB (Red+Green+Blue) = 120+179+5=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 179 (70.31% from 255 or 58.88% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 179 - color contains mainly: green. Hex color #78B305 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78B305 is #874CFA. Grayscale: #8E8E8E. Windows color (decimal): -8867067 or 373624. OLE color: 373624.
HSL color Cylindrical-coordinate representation of color #78B305: hue angle of 80.34º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #78B305 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 120 | 179 | 5 | - |
| CMYK | 0.33 | 0 | 0.97 | 0.30 |
| HSL | 80.34º | 0.95% | 0.36% | - |
| HSV(B) | 80.34º | 0.97% | 0.7% | - |
| XYZ | 23.89 | 36.24 | 5.88 | - |
| YUV | 141.52 | 50.95 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 179 | 5 | 0.33 | 0 | 0.97 | 0.30 | 80.34 | 0.95 | 0.36 |
| Hex | 78 | B3 | 5 | 21 | 0 | 61 | 1E | 50 | 5F | 24 |
| Octal | 170 | 263 | 5 | 41 | 0 | 141 | 36 | 120 | 137 | 44 |
| Binary | 1111000 | 10110011 | 101 | 100001 | 0 | 1100001 | 11110 | 1010000 | 1011111 | 100100 |
Color Harmonies of #78B305
Complementary color
Monochromatic Colors of #78B305
Black with #78B305
Text Example
Text Example
White with #78B305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B305; }
p { color: rgb(120,179,5); }
H1.HeaderClassName
{
color: #78B305;
}
.AnyTagClassName
{
color: #78B305;
}
</style>
background-color css
<style>
a { background-color: #78B305; }
a { background-color: rgb(120,179,5); }
div.DivClassName
{
background-color: #78B305;
}
.BgClassName
{
background-color: #78B305;
}
</style>
border-color css
<style>
span { border-color: #78B305; }
span { border-color: rgb(120,179,5); }
td.TdClassName
{
border-color: #78B305;
}
.TagClassName
{
border-color: #78B305;
}
</style>