Shades of Christi #78BB09
Tints of Christi #78BB09
RGB
CMYK
RGB Variations
Color information
#78BB09 (or 0x78BB09) is known color: Christi. HEX triplet: 78, BB and 09. RGB value is (120,187,9). Sum of RGB (Red+Green+Blue) = 120+187+9=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 187 (73.44% from 255 or 59.18% from 316); Blue value is 9 (3.91% from 255 or 2.85% from 316); Max value from RGB is 187 - color contains mainly: green. Hex color #78BB09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78BB09 is #8744F6. Grayscale: #939393. Windows color (decimal): -8865015 or 637816. OLE color: 637816.
HSL color Cylindrical-coordinate representation of color #78BB09: hue angle of 82.58º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #78BB09 is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 187 | 9 | - |
| CMYK | 0.36 | 0 | 0.95 | 0.27 |
| HSL | 82.58º | 0.91% | 0.38% | - |
| HSV(B) | 82.58º | 0.95% | 0.73% | - |
| XYZ | 25.57 | 39.55 | 6.55 | - |
| YUV | 146.68 | 50.3 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 187 | 9 | 0.36 | 0 | 0.95 | 0.27 | 82.58 | 0.91 | 0.38 |
| Hex | 78 | BB | 9 | 24 | 0 | 5F | 1B | 53 | 5B | 26 |
| Octal | 170 | 273 | 11 | 44 | 0 | 137 | 33 | 123 | 133 | 46 |
| Binary | 1111000 | 10111011 | 1001 | 100100 | 0 | 1011111 | 11011 | 1010011 | 1011011 | 100110 |
Color Harmonies of #78BB09
Complementary color
Monochromatic Colors of #78BB09
Black with #78BB09
Text Example
Text Example
White with #78BB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BB09; }
p { color: rgb(120,187,9); }
H1.HeaderClassName
{
color: #78BB09;
}
.AnyTagClassName
{
color: #78BB09;
}
</style>
background-color css
<style>
a { background-color: #78BB09; }
a { background-color: rgb(120,187,9); }
div.DivClassName
{
background-color: #78BB09;
}
.BgClassName
{
background-color: #78BB09;
}
</style>
border-color css
<style>
span { border-color: #78BB09; }
span { border-color: rgb(120,187,9); }
td.TdClassName
{
border-color: #78BB09;
}
.TagClassName
{
border-color: #78BB09;
}
</style>