Shades of Christi #78A608
Tints of Christi #78A608
RGB
CMYK
RGB Variations
Color information
#78A608 (or 0x78A608) is known color: Christi. HEX triplet: 78, A6 and 08. RGB value is (120,166,8). Sum of RGB (Red+Green+Blue) = 120+166+8=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 166 (65.23% from 255 or 56.46% from 294); Blue value is 8 (3.52% from 255 or 2.72% from 294); Max value from RGB is 166 - color contains mainly: green. Hex color #78A608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78A608 is #8759F7. Grayscale: #868686. Windows color (decimal): -8870392 or 566904. OLE color: 566904.
HSL color Cylindrical-coordinate representation of color #78A608: hue angle of 77.47º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #78A608 is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 120 | 166 | 8 | - |
| CMYK | 0.28 | 0 | 0.95 | 0.35 |
| HSL | 77.47º | 0.91% | 0.34% | - |
| HSV(B) | 77.47º | 0.95% | 0.65% | - |
| XYZ | 21.43 | 31.28 | 5.14 | - |
| YUV | 134.23 | 56.76 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 166 | 8 | 0.28 | 0 | 0.95 | 0.35 | 77.47 | 0.91 | 0.34 |
| Hex | 78 | A6 | 8 | 1C | 0 | 5F | 23 | 4D | 5B | 22 |
| Octal | 170 | 246 | 10 | 34 | 0 | 137 | 43 | 115 | 133 | 42 |
| Binary | 1111000 | 10100110 | 1000 | 11100 | 0 | 1011111 | 100011 | 1001101 | 1011011 | 100010 |
Color Harmonies of #78A608
Complementary color
Monochromatic Colors of #78A608
Black with #78A608
Text Example
Text Example
White with #78A608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A608; }
p { color: rgb(120,166,8); }
H1.HeaderClassName
{
color: #78A608;
}
.AnyTagClassName
{
color: #78A608;
}
</style>
background-color css
<style>
a { background-color: #78A608; }
a { background-color: rgb(120,166,8); }
div.DivClassName
{
background-color: #78A608;
}
.BgClassName
{
background-color: #78A608;
}
</style>
border-color css
<style>
span { border-color: #78A608; }
span { border-color: rgb(120,166,8); }
td.TdClassName
{
border-color: #78A608;
}
.TagClassName
{
border-color: #78A608;
}
</style>