Shades of Christi #779F00
Tints of Christi #779F00
RGB
CMYK
RGB Variations
Color information
#779F00 (or 0x779F00) is known color: Christi. HEX triplet: 77, 9F and 00. RGB value is (119,159,0). Sum of RGB (Red+Green+Blue) = 119+159+0=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 159 (62.5% from 255 or 57.19% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 159 - color contains mainly: green. Hex color #779F00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779F00 is #8860FF. Grayscale: #818181. Windows color (decimal): -8937728 or 40823. OLE color: 40823.
HSL color Cylindrical-coordinate representation of color #779F00: hue angle of 75.09º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #779F00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 159 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.38 |
| HSL | 75.09º | 1% | 0.31% | - |
| HSV(B) | 75.09º | 1% | 0.62% | - |
| XYZ | 20.01 | 28.72 | 4.49 | - |
| YUV | 128.91 | 55.25 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 159 | 0 | 0.25 | 0 | 1 | 0.38 | 75.09 | 1 | 0.31 |
| Hex | 77 | 9F | 0 | 19 | 0 | 64 | 26 | 4B | 64 | 1F |
| Octal | 167 | 237 | 0 | 31 | 0 | 144 | 46 | 113 | 144 | 37 |
| Binary | 1110111 | 10011111 | 0 | 11001 | 0 | 1100100 | 100110 | 1001011 | 1100100 | 11111 |
Color Harmonies of #779F00
Complementary color
Monochromatic Colors of #779F00
Black with #779F00
Text Example
Text Example
White with #779F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779F00; }
p { color: rgb(119,159,0); }
H1.HeaderClassName
{
color: #779F00;
}
.AnyTagClassName
{
color: #779F00;
}
</style>
background-color css
<style>
a { background-color: #779F00; }
a { background-color: rgb(119,159,0); }
div.DivClassName
{
background-color: #779F00;
}
.BgClassName
{
background-color: #779F00;
}
</style>
border-color css
<style>
span { border-color: #779F00; }
span { border-color: rgb(119,159,0); }
td.TdClassName
{
border-color: #779F00;
}
.TagClassName
{
border-color: #779F00;
}
</style>