Shades of Christi #779F19
Tints of Christi #779F19
RGB
CMYK
RGB Variations
Color information
#779F19 (or 0x779F19) is known color: Christi. HEX triplet: 77, 9F and 19. RGB value is (119,159,25). Sum of RGB (Red+Green+Blue) = 119+159+25=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 159 (62.5% from 255 or 52.48% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 159 - color contains mainly: green. Hex color #779F19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779F19 is #8860E6. Grayscale: #848484. Windows color (decimal): -8937703 or 1679223. OLE color: 1679223.
HSL color Cylindrical-coordinate representation of color #779F19: hue angle of 77.91º 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 #779F19 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 159 | 25 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.38 |
| HSL | 77.91º | 0.73% | 0.36% | - |
| HSV(B) | 77.91º | 0.84% | 0.62% | - |
| XYZ | 20.18 | 28.79 | 5.41 | - |
| YUV | 131.76 | 67.75 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 159 | 25 | 0.25 | 0 | 0.84 | 0.38 | 77.91 | 0.73 | 0.36 |
| Hex | 77 | 9F | 19 | 19 | 0 | 54 | 26 | 4E | 49 | 24 |
| Octal | 167 | 237 | 31 | 31 | 0 | 124 | 46 | 116 | 111 | 44 |
| Binary | 1110111 | 10011111 | 11001 | 11001 | 0 | 1010100 | 100110 | 1001110 | 1001001 | 100100 |
Color Harmonies of #779F19
Complementary color
Monochromatic Colors of #779F19
Black with #779F19
Text Example
Text Example
White with #779F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779F19; }
p { color: rgb(119,159,25); }
H1.HeaderClassName
{
color: #779F19;
}
.AnyTagClassName
{
color: #779F19;
}
</style>
background-color css
<style>
a { background-color: #779F19; }
a { background-color: rgb(119,159,25); }
div.DivClassName
{
background-color: #779F19;
}
.BgClassName
{
background-color: #779F19;
}
</style>
border-color css
<style>
span { border-color: #779F19; }
span { border-color: rgb(119,159,25); }
td.TdClassName
{
border-color: #779F19;
}
.TagClassName
{
border-color: #779F19;
}
</style>