Shades of Christi #789D19
Tints of Christi #789D19
RGB
CMYK
RGB Variations
Color information
#789D19 (or 0x789D19) is known color: Christi. HEX triplet: 78, 9D and 19. RGB value is (120,157,25). Sum of RGB (Red+Green+Blue) = 120+157+25=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 157 (61.72% from 255 or 51.99% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 157 - color contains mainly: green. Hex color #789D19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789D19 is #8762E6. Grayscale: #838383. Windows color (decimal): -8872679 or 1678712. OLE color: 1678712.
HSL color Cylindrical-coordinate representation of color #789D19: hue angle of 76.82º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #789D19 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 157 | 25 | - |
| CMYK | 0.24 | 0 | 0.84 | 0.38 |
| HSL | 76.82º | 0.73% | 0.36% | - |
| HSV(B) | 76.82º | 0.84% | 0.62% | - |
| XYZ | 19.98 | 28.18 | 5.31 | - |
| YUV | 130.89 | 68.24 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 157 | 25 | 0.24 | 0 | 0.84 | 0.38 | 76.82 | 0.73 | 0.36 |
| Hex | 78 | 9D | 19 | 18 | 0 | 54 | 26 | 4D | 49 | 24 |
| Octal | 170 | 235 | 31 | 30 | 0 | 124 | 46 | 115 | 111 | 44 |
| Binary | 1111000 | 10011101 | 11001 | 11000 | 0 | 1010100 | 100110 | 1001101 | 1001001 | 100100 |
Color Harmonies of #789D19
Complementary color
Monochromatic Colors of #789D19
Black with #789D19
Text Example
Text Example
White with #789D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789D19; }
p { color: rgb(120,157,25); }
H1.HeaderClassName
{
color: #789D19;
}
.AnyTagClassName
{
color: #789D19;
}
</style>
background-color css
<style>
a { background-color: #789D19; }
a { background-color: rgb(120,157,25); }
div.DivClassName
{
background-color: #789D19;
}
.BgClassName
{
background-color: #789D19;
}
</style>
border-color css
<style>
span { border-color: #789D19; }
span { border-color: rgb(120,157,25); }
td.TdClassName
{
border-color: #789D19;
}
.TagClassName
{
border-color: #789D19;
}
</style>