Shades of Christi #789D1A
Tints of Christi #789D1A
RGB
CMYK
RGB Variations
Color information
#789D1A (or 0x789D1A) is known color: Christi. HEX triplet: 78, 9D and 1A. RGB value is (120,157,26). Sum of RGB (Red+Green+Blue) = 120+157+26=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 157 (61.72% from 255 or 51.82% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 157 - color contains mainly: green. Hex color #789D1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789D1A is #8762E5. Grayscale: #838383. Windows color (decimal): -8872678 or 1744248. OLE color: 1744248.
HSL color Cylindrical-coordinate representation of color #789D1A: hue angle of 76.95º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #789D1A is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 157 | 26 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.38 |
| HSL | 76.95º | 0.72% | 0.36% | - |
| HSV(B) | 76.95º | 0.83% | 0.62% | - |
| XYZ | 19.99 | 28.18 | 5.36 | - |
| YUV | 131 | 68.74 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 157 | 26 | 0.24 | 0 | 0.83 | 0.38 | 76.95 | 0.72 | 0.36 |
| Hex | 78 | 9D | 1A | 18 | 0 | 53 | 26 | 4D | 48 | 24 |
| Octal | 170 | 235 | 32 | 30 | 0 | 123 | 46 | 115 | 110 | 44 |
| Binary | 1111000 | 10011101 | 11010 | 11000 | 0 | 1010011 | 100110 | 1001101 | 1001000 | 100100 |
Color Harmonies of #789D1A
Complementary color
Monochromatic Colors of #789D1A
Black with #789D1A
Text Example
Text Example
White with #789D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789D1A; }
p { color: rgb(120,157,26); }
H1.HeaderClassName
{
color: #789D1A;
}
.AnyTagClassName
{
color: #789D1A;
}
</style>
background-color css
<style>
a { background-color: #789D1A; }
a { background-color: rgb(120,157,26); }
div.DivClassName
{
background-color: #789D1A;
}
.BgClassName
{
background-color: #789D1A;
}
</style>
border-color css
<style>
span { border-color: #789D1A; }
span { border-color: rgb(120,157,26); }
td.TdClassName
{
border-color: #789D1A;
}
.TagClassName
{
border-color: #789D1A;
}
</style>