Shades of Christi #789F12
Tints of Christi #789F12
RGB
CMYK
RGB Variations
Color information
#789F12 (or 0x789F12) is known color: Christi. HEX triplet: 78, 9F and 12. RGB value is (120,159,18). Sum of RGB (Red+Green+Blue) = 120+159+18=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 159 (62.5% from 255 or 53.54% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 159 - color contains mainly: green. Hex color #789F12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789F12 is #8760ED. Grayscale: #838383. Windows color (decimal): -8872174 or 1220472. OLE color: 1220472.
HSL color Cylindrical-coordinate representation of color #789F12: hue angle of 76.6º degrees, saturation: 0.8, 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 #789F12 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 159 | 18 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.38 |
| HSL | 76.6º | 0.8% | 0.35% | - |
| HSV(B) | 76.6º | 0.89% | 0.62% | - |
| XYZ | 20.25 | 28.83 | 5.07 | - |
| YUV | 131.27 | 64.08 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 159 | 18 | 0.25 | 0 | 0.89 | 0.38 | 76.6 | 0.8 | 0.35 |
| Hex | 78 | 9F | 12 | 19 | 0 | 59 | 26 | 4D | 50 | 23 |
| Octal | 170 | 237 | 22 | 31 | 0 | 131 | 46 | 115 | 120 | 43 |
| Binary | 1111000 | 10011111 | 10010 | 11001 | 0 | 1011001 | 100110 | 1001101 | 1010000 | 100011 |
Color Harmonies of #789F12
Complementary color
Monochromatic Colors of #789F12
Black with #789F12
Text Example
Text Example
White with #789F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789F12; }
p { color: rgb(120,159,18); }
H1.HeaderClassName
{
color: #789F12;
}
.AnyTagClassName
{
color: #789F12;
}
</style>
background-color css
<style>
a { background-color: #789F12; }
a { background-color: rgb(120,159,18); }
div.DivClassName
{
background-color: #789F12;
}
.BgClassName
{
background-color: #789F12;
}
</style>
border-color css
<style>
span { border-color: #789F12; }
span { border-color: rgb(120,159,18); }
td.TdClassName
{
border-color: #789F12;
}
.TagClassName
{
border-color: #789F12;
}
</style>