Shades of Christi #779E19
Tints of Christi #779E19
RGB
CMYK
RGB Variations
Color information
#779E19 (or 0x779E19) is known color: Christi. HEX triplet: 77, 9E and 19. RGB value is (119,158,25). Sum of RGB (Red+Green+Blue) = 119+158+25=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 158 (62.11% from 255 or 52.32% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 158 - color contains mainly: green. Hex color #779E19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779E19 is #8861E6. Grayscale: #838383. Windows color (decimal): -8937959 or 1678967. OLE color: 1678967.
HSL color Cylindrical-coordinate representation of color #779E19: hue angle of 77.59º 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 #779E19 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 158 | 25 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.38 |
| HSL | 77.59º | 0.73% | 0.36% | - |
| HSV(B) | 77.59º | 0.84% | 0.62% | - |
| XYZ | 20.01 | 28.45 | 5.36 | - |
| YUV | 131.18 | 68.08 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 158 | 25 | 0.25 | 0 | 0.84 | 0.38 | 77.59 | 0.73 | 0.36 |
| Hex | 77 | 9E | 19 | 19 | 0 | 54 | 26 | 4E | 49 | 24 |
| Octal | 167 | 236 | 31 | 31 | 0 | 124 | 46 | 116 | 111 | 44 |
| Binary | 1110111 | 10011110 | 11001 | 11001 | 0 | 1010100 | 100110 | 1001110 | 1001001 | 100100 |
Color Harmonies of #779E19
Complementary color
Monochromatic Colors of #779E19
Black with #779E19
Text Example
Text Example
White with #779E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779E19; }
p { color: rgb(119,158,25); }
H1.HeaderClassName
{
color: #779E19;
}
.AnyTagClassName
{
color: #779E19;
}
</style>
background-color css
<style>
a { background-color: #779E19; }
a { background-color: rgb(119,158,25); }
div.DivClassName
{
background-color: #779E19;
}
.BgClassName
{
background-color: #779E19;
}
</style>
border-color css
<style>
span { border-color: #779E19; }
span { border-color: rgb(119,158,25); }
td.TdClassName
{
border-color: #779E19;
}
.TagClassName
{
border-color: #779E19;
}
</style>