Shades of Christi #779F12
Tints of Christi #779F12
RGB
CMYK
RGB Variations
Color information
#779F12 (or 0x779F12) is known color: Christi. HEX triplet: 77, 9F and 12. RGB value is (119,159,18). Sum of RGB (Red+Green+Blue) = 119+159+18=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 159 (62.5% from 255 or 53.72% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 159 - color contains mainly: green. Hex color #779F12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779F12 is #8860ED. Grayscale: #838383. Windows color (decimal): -8937710 or 1220471. OLE color: 1220471.
HSL color Cylindrical-coordinate representation of color #779F12: hue angle of 77.02º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #779F12 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 159 | 18 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.38 |
| HSL | 77.02º | 0.8% | 0.35% | - |
| HSV(B) | 77.02º | 0.89% | 0.62% | - |
| XYZ | 20.12 | 28.76 | 5.06 | - |
| YUV | 130.97 | 64.25 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 159 | 18 | 0.25 | 0 | 0.89 | 0.38 | 77.02 | 0.8 | 0.35 |
| Hex | 77 | 9F | 12 | 19 | 0 | 59 | 26 | 4D | 50 | 23 |
| Octal | 167 | 237 | 22 | 31 | 0 | 131 | 46 | 115 | 120 | 43 |
| Binary | 1110111 | 10011111 | 10010 | 11001 | 0 | 1011001 | 100110 | 1001101 | 1010000 | 100011 |
Color Harmonies of #779F12
Complementary color
Monochromatic Colors of #779F12
Black with #779F12
Text Example
Text Example
White with #779F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779F12; }
p { color: rgb(119,159,18); }
H1.HeaderClassName
{
color: #779F12;
}
.AnyTagClassName
{
color: #779F12;
}
</style>
background-color css
<style>
a { background-color: #779F12; }
a { background-color: rgb(119,159,18); }
div.DivClassName
{
background-color: #779F12;
}
.BgClassName
{
background-color: #779F12;
}
</style>
border-color css
<style>
span { border-color: #779F12; }
span { border-color: rgb(119,159,18); }
td.TdClassName
{
border-color: #779F12;
}
.TagClassName
{
border-color: #779F12;
}
</style>