Shades of Christi #789F05
Tints of Christi #789F05
RGB
CMYK
RGB Variations
Color information
#789F05 (or 0x789F05) is known color: Christi. HEX triplet: 78, 9F and 05. RGB value is (120,159,5). Sum of RGB (Red+Green+Blue) = 120+159+5=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 159 (62.5% from 255 or 55.99% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 159 - color contains mainly: green. Hex color #789F05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789F05 is #8760FA. Grayscale: #828282. Windows color (decimal): -8872187 or 368504. OLE color: 368504.
HSL color Cylindrical-coordinate representation of color #789F05: hue angle of 75.19º degrees, saturation: 0.94, 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 #789F05 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 159 | 5 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.38 |
| HSL | 75.19º | 0.94% | 0.32% | - |
| HSV(B) | 75.19º | 0.97% | 0.62% | - |
| XYZ | 20.17 | 28.8 | 4.64 | - |
| YUV | 129.78 | 57.58 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 159 | 5 | 0.25 | 0 | 0.97 | 0.38 | 75.19 | 0.94 | 0.32 |
| Hex | 78 | 9F | 5 | 19 | 0 | 61 | 26 | 4B | 5E | 20 |
| Octal | 170 | 237 | 5 | 31 | 0 | 141 | 46 | 113 | 136 | 40 |
| Binary | 1111000 | 10011111 | 101 | 11001 | 0 | 1100001 | 100110 | 1001011 | 1011110 | 100000 |
Color Harmonies of #789F05
Complementary color
Monochromatic Colors of #789F05
Black with #789F05
Text Example
Text Example
White with #789F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789F05; }
p { color: rgb(120,159,5); }
H1.HeaderClassName
{
color: #789F05;
}
.AnyTagClassName
{
color: #789F05;
}
</style>
background-color css
<style>
a { background-color: #789F05; }
a { background-color: rgb(120,159,5); }
div.DivClassName
{
background-color: #789F05;
}
.BgClassName
{
background-color: #789F05;
}
</style>
border-color css
<style>
span { border-color: #789F05; }
span { border-color: rgb(120,159,5); }
td.TdClassName
{
border-color: #789F05;
}
.TagClassName
{
border-color: #789F05;
}
</style>