Shades of Christi #779F09
Tints of Christi #779F09
RGB
CMYK
RGB Variations
Color information
#779F09 (or 0x779F09) is known color: Christi. HEX triplet: 77, 9F and 09. RGB value is (119,159,9). Sum of RGB (Red+Green+Blue) = 119+159+9=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 159 (62.5% from 255 or 55.40% from 287); Blue value is 9 (3.91% from 255 or 3.14% from 287); Max value from RGB is 159 - color contains mainly: green. Hex color #779F09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779F09 is #8860F6. Grayscale: #828282. Windows color (decimal): -8937719 or 630647. OLE color: 630647.
HSL color Cylindrical-coordinate representation of color #779F09: hue angle of 76º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #779F09 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 159 | 9 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.38 |
| HSL | 76º | 0.89% | 0.33% | - |
| HSV(B) | 76º | 0.94% | 0.62% | - |
| XYZ | 20.06 | 28.74 | 4.75 | - |
| YUV | 129.94 | 59.75 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 159 | 9 | 0.25 | 0 | 0.94 | 0.38 | 76 | 0.89 | 0.33 |
| Hex | 77 | 9F | 9 | 19 | 0 | 5E | 26 | 4C | 59 | 21 |
| Octal | 167 | 237 | 11 | 31 | 0 | 136 | 46 | 114 | 131 | 41 |
| Binary | 1110111 | 10011111 | 1001 | 11001 | 0 | 1011110 | 100110 | 1001100 | 1011001 | 100001 |
Color Harmonies of #779F09
Complementary color
Monochromatic Colors of #779F09
Black with #779F09
Text Example
Text Example
White with #779F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779F09; }
p { color: rgb(119,159,9); }
H1.HeaderClassName
{
color: #779F09;
}
.AnyTagClassName
{
color: #779F09;
}
</style>
background-color css
<style>
a { background-color: #779F09; }
a { background-color: rgb(119,159,9); }
div.DivClassName
{
background-color: #779F09;
}
.BgClassName
{
background-color: #779F09;
}
</style>
border-color css
<style>
span { border-color: #779F09; }
span { border-color: rgb(119,159,9); }
td.TdClassName
{
border-color: #779F09;
}
.TagClassName
{
border-color: #779F09;
}
</style>