Shades of Christi #78B509
Tints of Christi #78B509
RGB
CMYK
RGB Variations
Color information
#78B509 (or 0x78B509) is known color: Christi. HEX triplet: 78, B5 and 09. RGB value is (120,181,9). Sum of RGB (Red+Green+Blue) = 120+181+9=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 181 (71.09% from 255 or 58.39% from 310); Blue value is 9 (3.91% from 255 or 2.90% from 310); Max value from RGB is 181 - color contains mainly: green. Hex color #78B509 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78B509 is #874AF6. Grayscale: #8F8F8F. Windows color (decimal): -8866551 or 636280. OLE color: 636280.
HSL color Cylindrical-coordinate representation of color #78B509: hue angle of 81.28º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #78B509 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 181 | 9 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.29 |
| HSL | 81.28º | 0.91% | 0.37% | - |
| HSV(B) | 81.28º | 0.95% | 0.71% | - |
| XYZ | 24.32 | 37.06 | 6.13 | - |
| YUV | 143.15 | 52.29 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 181 | 9 | 0.34 | 0 | 0.95 | 0.29 | 81.28 | 0.91 | 0.37 |
| Hex | 78 | B5 | 9 | 22 | 0 | 5F | 1D | 51 | 5B | 25 |
| Octal | 170 | 265 | 11 | 42 | 0 | 137 | 35 | 121 | 133 | 45 |
| Binary | 1111000 | 10110101 | 1001 | 100010 | 0 | 1011111 | 11101 | 1010001 | 1011011 | 100101 |
Color Harmonies of #78B509
Complementary color
Monochromatic Colors of #78B509
Black with #78B509
Text Example
Text Example
White with #78B509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B509; }
p { color: rgb(120,181,9); }
H1.HeaderClassName
{
color: #78B509;
}
.AnyTagClassName
{
color: #78B509;
}
</style>
background-color css
<style>
a { background-color: #78B509; }
a { background-color: rgb(120,181,9); }
div.DivClassName
{
background-color: #78B509;
}
.BgClassName
{
background-color: #78B509;
}
</style>
border-color css
<style>
span { border-color: #78B509; }
span { border-color: rgb(120,181,9); }
td.TdClassName
{
border-color: #78B509;
}
.TagClassName
{
border-color: #78B509;
}
</style>