Shades of Christi #789F04
Tints of Christi #789F04
RGB
CMYK
RGB Variations
Color information
#789F04 (or 0x789F04) is known color: Christi. HEX triplet: 78, 9F and 04. RGB value is (120,159,4). Sum of RGB (Red+Green+Blue) = 120+159+4=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 159 (62.5% from 255 or 56.18% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 159 - color contains mainly: green. Hex color #789F04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789F04 is #8760FB. Grayscale: #828282. Windows color (decimal): -8872188 or 302968. OLE color: 302968.
HSL color Cylindrical-coordinate representation of color #789F04: hue angle of 75.1º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #789F04 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 159 | 4 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.38 |
| HSL | 75.1º | 0.95% | 0.32% | - |
| HSV(B) | 75.1º | 0.97% | 0.62% | - |
| XYZ | 20.17 | 28.8 | 4.61 | - |
| YUV | 129.67 | 57.08 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 159 | 4 | 0.25 | 0 | 0.97 | 0.38 | 75.1 | 0.95 | 0.32 |
| Hex | 78 | 9F | 4 | 19 | 0 | 61 | 26 | 4B | 5F | 20 |
| Octal | 170 | 237 | 4 | 31 | 0 | 141 | 46 | 113 | 137 | 40 |
| Binary | 1111000 | 10011111 | 100 | 11001 | 0 | 1100001 | 100110 | 1001011 | 1011111 | 100000 |
Color Harmonies of #789F04
Complementary color
Monochromatic Colors of #789F04
Black with #789F04
Text Example
Text Example
White with #789F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789F04; }
p { color: rgb(120,159,4); }
H1.HeaderClassName
{
color: #789F04;
}
.AnyTagClassName
{
color: #789F04;
}
</style>
background-color css
<style>
a { background-color: #789F04; }
a { background-color: rgb(120,159,4); }
div.DivClassName
{
background-color: #789F04;
}
.BgClassName
{
background-color: #789F04;
}
</style>
border-color css
<style>
span { border-color: #789F04; }
span { border-color: rgb(120,159,4); }
td.TdClassName
{
border-color: #789F04;
}
.TagClassName
{
border-color: #789F04;
}
</style>