Shades of Christi #78B006
Tints of Christi #78B006
RGB
CMYK
RGB Variations
Color information
#78B006 (or 0x78B006) is known color: Christi. HEX triplet: 78, B0 and 06. RGB value is (120,176,6). Sum of RGB (Red+Green+Blue) = 120+176+6=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 176 (69.14% from 255 or 58.28% from 302); Blue value is 6 (2.73% from 255 or 1.99% from 302); Max value from RGB is 176 - color contains mainly: green. Hex color #78B006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78B006 is #874FF9. Grayscale: #8C8C8C. Windows color (decimal): -8867834 or 438392. OLE color: 438392.
HSL color Cylindrical-coordinate representation of color #78B006: hue angle of 79.76º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #78B006 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 176 | 6 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.31 |
| HSL | 79.76º | 0.93% | 0.36% | - |
| HSV(B) | 79.76º | 0.97% | 0.69% | - |
| XYZ | 23.3 | 35.06 | 5.71 | - |
| YUV | 139.88 | 52.45 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 176 | 6 | 0.32 | 0 | 0.97 | 0.31 | 79.76 | 0.93 | 0.36 |
| Hex | 78 | B0 | 6 | 20 | 0 | 61 | 1F | 50 | 5D | 24 |
| Octal | 170 | 260 | 6 | 40 | 0 | 141 | 37 | 120 | 135 | 44 |
| Binary | 1111000 | 10110000 | 110 | 100000 | 0 | 1100001 | 11111 | 1010000 | 1011101 | 100100 |
Color Harmonies of #78B006
Complementary color
Monochromatic Colors of #78B006
Black with #78B006
Text Example
Text Example
White with #78B006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B006; }
p { color: rgb(120,176,6); }
H1.HeaderClassName
{
color: #78B006;
}
.AnyTagClassName
{
color: #78B006;
}
</style>
background-color css
<style>
a { background-color: #78B006; }
a { background-color: rgb(120,176,6); }
div.DivClassName
{
background-color: #78B006;
}
.BgClassName
{
background-color: #78B006;
}
</style>
border-color css
<style>
span { border-color: #78B006; }
span { border-color: rgb(120,176,6); }
td.TdClassName
{
border-color: #78B006;
}
.TagClassName
{
border-color: #78B006;
}
</style>