Shades of Christi #779B19
Tints of Christi #779B19
RGB
CMYK
RGB Variations
Color information
#779B19 (or 0x779B19) is known color: Christi. HEX triplet: 77, 9B and 19. RGB value is (119,155,25). Sum of RGB (Red+Green+Blue) = 119+155+25=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 155 (60.94% from 255 or 51.84% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 155 - color contains mainly: green. Hex color #779B19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779B19 is #8864E6. Grayscale: #818181. Windows color (decimal): -8938727 or 1678199. OLE color: 1678199.
HSL color Cylindrical-coordinate representation of color #779B19: hue angle of 76.62º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #779B19 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 155 | 25 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.39 |
| HSL | 76.62º | 0.72% | 0.35% | - |
| HSV(B) | 76.62º | 0.84% | 0.61% | - |
| XYZ | 19.5 | 27.43 | 5.19 | - |
| YUV | 129.42 | 69.07 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 25 | 0.23 | 0 | 0.84 | 0.39 | 76.62 | 0.72 | 0.35 |
| Hex | 77 | 9B | 19 | 17 | 0 | 54 | 27 | 4D | 48 | 23 |
| Octal | 167 | 233 | 31 | 27 | 0 | 124 | 47 | 115 | 110 | 43 |
| Binary | 1110111 | 10011011 | 11001 | 10111 | 0 | 1010100 | 100111 | 1001101 | 1001000 | 100011 |
Color Harmonies of #779B19
Complementary color
Monochromatic Colors of #779B19
Black with #779B19
Text Example
Text Example
White with #779B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779B19; }
p { color: rgb(119,155,25); }
H1.HeaderClassName
{
color: #779B19;
}
.AnyTagClassName
{
color: #779B19;
}
</style>
background-color css
<style>
a { background-color: #779B19; }
a { background-color: rgb(119,155,25); }
div.DivClassName
{
background-color: #779B19;
}
.BgClassName
{
background-color: #779B19;
}
</style>
border-color css
<style>
span { border-color: #779B19; }
span { border-color: rgb(119,155,25); }
td.TdClassName
{
border-color: #779B19;
}
.TagClassName
{
border-color: #779B19;
}
</style>