Shades of Christi #779D19
Tints of Christi #779D19
RGB
CMYK
RGB Variations
Color information
#779D19 (or 0x779D19) is known color: Christi. HEX triplet: 77, 9D and 19. RGB value is (119,157,25). Sum of RGB (Red+Green+Blue) = 119+157+25=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 157 (61.72% from 255 or 52.16% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 157 - color contains mainly: green. Hex color #779D19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779D19 is #8862E6. Grayscale: #838383. Windows color (decimal): -8938215 or 1678711. OLE color: 1678711.
HSL color Cylindrical-coordinate representation of color #779D19: hue angle of 77.27º 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 #779D19 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 157 | 25 | - |
| CMYK | 0.24 | 0 | 0.84 | 0.38 |
| HSL | 77.27º | 0.73% | 0.36% | - |
| HSV(B) | 77.27º | 0.84% | 0.62% | - |
| XYZ | 19.84 | 28.11 | 5.3 | - |
| YUV | 130.59 | 68.41 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 25 | 0.24 | 0 | 0.84 | 0.38 | 77.27 | 0.73 | 0.36 |
| Hex | 77 | 9D | 19 | 18 | 0 | 54 | 26 | 4D | 49 | 24 |
| Octal | 167 | 235 | 31 | 30 | 0 | 124 | 46 | 115 | 111 | 44 |
| Binary | 1110111 | 10011101 | 11001 | 11000 | 0 | 1010100 | 100110 | 1001101 | 1001001 | 100100 |
Color Harmonies of #779D19
Complementary color
Monochromatic Colors of #779D19
Black with #779D19
Text Example
Text Example
White with #779D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779D19; }
p { color: rgb(119,157,25); }
H1.HeaderClassName
{
color: #779D19;
}
.AnyTagClassName
{
color: #779D19;
}
</style>
background-color css
<style>
a { background-color: #779D19; }
a { background-color: rgb(119,157,25); }
div.DivClassName
{
background-color: #779D19;
}
.BgClassName
{
background-color: #779D19;
}
</style>
border-color css
<style>
span { border-color: #779D19; }
span { border-color: rgb(119,157,25); }
td.TdClassName
{
border-color: #779D19;
}
.TagClassName
{
border-color: #779D19;
}
</style>