Shades of Christi #779C14
Tints of Christi #779C14
RGB
CMYK
RGB Variations
Color information
#779C14 (or 0x779C14) is known color: Christi. HEX triplet: 77, 9C and 14. RGB value is (119,156,20). Sum of RGB (Red+Green+Blue) = 119+156+20=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 156 (61.33% from 255 or 52.88% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 156 - color contains mainly: green. Hex color #779C14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779C14 is #8863EB. Grayscale: #818181. Windows color (decimal): -8938476 or 1350775. OLE color: 1350775.
HSL color Cylindrical-coordinate representation of color #779C14: hue angle of 76.32º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #779C14 is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 156 | 20 | - |
| CMYK | 0.24 | 0 | 0.87 | 0.39 |
| HSL | 76.32º | 0.77% | 0.35% | - |
| HSV(B) | 76.32º | 0.87% | 0.61% | - |
| XYZ | 19.62 | 27.75 | 4.98 | - |
| YUV | 129.43 | 66.24 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 156 | 20 | 0.24 | 0 | 0.87 | 0.39 | 76.32 | 0.77 | 0.35 |
| Hex | 77 | 9C | 14 | 18 | 0 | 57 | 27 | 4C | 4D | 23 |
| Octal | 167 | 234 | 24 | 30 | 0 | 127 | 47 | 114 | 115 | 43 |
| Binary | 1110111 | 10011100 | 10100 | 11000 | 0 | 1010111 | 100111 | 1001100 | 1001101 | 100011 |
Color Harmonies of #779C14
Complementary color
Monochromatic Colors of #779C14
Black with #779C14
Text Example
Text Example
White with #779C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779C14; }
p { color: rgb(119,156,20); }
H1.HeaderClassName
{
color: #779C14;
}
.AnyTagClassName
{
color: #779C14;
}
</style>
background-color css
<style>
a { background-color: #779C14; }
a { background-color: rgb(119,156,20); }
div.DivClassName
{
background-color: #779C14;
}
.BgClassName
{
background-color: #779C14;
}
</style>
border-color css
<style>
span { border-color: #779C14; }
span { border-color: rgb(119,156,20); }
td.TdClassName
{
border-color: #779C14;
}
.TagClassName
{
border-color: #779C14;
}
</style>