Shades of Christi #789F11
Tints of Christi #789F11
RGB
CMYK
RGB Variations
Color information
#789F11 (or 0x789F11) is known color: Christi. HEX triplet: 78, 9F and 11. RGB value is (120,159,17). Sum of RGB (Red+Green+Blue) = 120+159+17=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 159 (62.5% from 255 or 53.72% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 159 - color contains mainly: green. Hex color #789F11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789F11 is #8760EE. Grayscale: #838383. Windows color (decimal): -8872175 or 1154936. OLE color: 1154936.
HSL color Cylindrical-coordinate representation of color #789F11: hue angle of 76.48º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #789F11 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 159 | 17 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.38 |
| HSL | 76.48º | 0.81% | 0.35% | - |
| HSV(B) | 76.48º | 0.89% | 0.62% | - |
| XYZ | 20.25 | 28.83 | 5.03 | - |
| YUV | 131.15 | 63.58 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 159 | 17 | 0.25 | 0 | 0.89 | 0.38 | 76.48 | 0.81 | 0.35 |
| Hex | 78 | 9F | 11 | 19 | 0 | 59 | 26 | 4C | 51 | 23 |
| Octal | 170 | 237 | 21 | 31 | 0 | 131 | 46 | 114 | 121 | 43 |
| Binary | 1111000 | 10011111 | 10001 | 11001 | 0 | 1011001 | 100110 | 1001100 | 1010001 | 100011 |
Color Harmonies of #789F11
Complementary color
Monochromatic Colors of #789F11
Black with #789F11
Text Example
Text Example
White with #789F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789F11; }
p { color: rgb(120,159,17); }
H1.HeaderClassName
{
color: #789F11;
}
.AnyTagClassName
{
color: #789F11;
}
</style>
background-color css
<style>
a { background-color: #789F11; }
a { background-color: rgb(120,159,17); }
div.DivClassName
{
background-color: #789F11;
}
.BgClassName
{
background-color: #789F11;
}
</style>
border-color css
<style>
span { border-color: #789F11; }
span { border-color: rgb(120,159,17); }
td.TdClassName
{
border-color: #789F11;
}
.TagClassName
{
border-color: #789F11;
}
</style>