Shades of Christi #789D15
Tints of Christi #789D15
RGB
CMYK
RGB Variations
Color information
#789D15 (or 0x789D15) is known color: Christi. HEX triplet: 78, 9D and 15. RGB value is (120,157,21). Sum of RGB (Red+Green+Blue) = 120+157+21=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 157 (61.72% from 255 or 52.68% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 157 - color contains mainly: green. Hex color #789D15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789D15 is #8762EA. Grayscale: #828282. Windows color (decimal): -8872683 or 1416568. OLE color: 1416568.
HSL color Cylindrical-coordinate representation of color #789D15: hue angle of 76.32º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #789D15 is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 157 | 21 | - |
| CMYK | 0.24 | 0 | 0.87 | 0.38 |
| HSL | 76.32º | 0.76% | 0.35% | - |
| HSV(B) | 76.32º | 0.87% | 0.62% | - |
| XYZ | 19.94 | 28.16 | 5.09 | - |
| YUV | 130.43 | 66.24 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 157 | 21 | 0.24 | 0 | 0.87 | 0.38 | 76.32 | 0.76 | 0.35 |
| Hex | 78 | 9D | 15 | 18 | 0 | 57 | 26 | 4C | 4C | 23 |
| Octal | 170 | 235 | 25 | 30 | 0 | 127 | 46 | 114 | 114 | 43 |
| Binary | 1111000 | 10011101 | 10101 | 11000 | 0 | 1010111 | 100110 | 1001100 | 1001100 | 100011 |
Color Harmonies of #789D15
Complementary color
Monochromatic Colors of #789D15
Black with #789D15
Text Example
Text Example
White with #789D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789D15; }
p { color: rgb(120,157,21); }
H1.HeaderClassName
{
color: #789D15;
}
.AnyTagClassName
{
color: #789D15;
}
</style>
background-color css
<style>
a { background-color: #789D15; }
a { background-color: rgb(120,157,21); }
div.DivClassName
{
background-color: #789D15;
}
.BgClassName
{
background-color: #789D15;
}
</style>
border-color css
<style>
span { border-color: #789D15; }
span { border-color: rgb(120,157,21); }
td.TdClassName
{
border-color: #789D15;
}
.TagClassName
{
border-color: #789D15;
}
</style>