Shades of Christi #779C0A
Tints of Christi #779C0A
RGB
CMYK
RGB Variations
Color information
#779C0A (or 0x779C0A) is known color: Christi. HEX triplet: 77, 9C and 0A. RGB value is (119,156,10). Sum of RGB (Red+Green+Blue) = 119+156+10=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 156 (61.33% from 255 or 54.74% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 156 - color contains mainly: green. Hex color #779C0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779C0A is #8863F5. Grayscale: #808080. Windows color (decimal): -8938486 or 695415. OLE color: 695415.
HSL color Cylindrical-coordinate representation of color #779C0A: hue angle of 75.21º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #779C0A is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 156 | 10 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.39 |
| HSL | 75.21º | 0.88% | 0.33% | - |
| HSV(B) | 75.21º | 0.94% | 0.61% | - |
| XYZ | 19.55 | 27.72 | 4.61 | - |
| YUV | 128.29 | 61.24 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 156 | 10 | 0.24 | 0 | 0.94 | 0.39 | 75.21 | 0.88 | 0.33 |
| Hex | 77 | 9C | A | 18 | 0 | 5E | 27 | 4B | 58 | 21 |
| Octal | 167 | 234 | 12 | 30 | 0 | 136 | 47 | 113 | 130 | 41 |
| Binary | 1110111 | 10011100 | 1010 | 11000 | 0 | 1011110 | 100111 | 1001011 | 1011000 | 100001 |
Color Harmonies of #779C0A
Complementary color
Monochromatic Colors of #779C0A
Black with #779C0A
Text Example
Text Example
White with #779C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779C0A; }
p { color: rgb(119,156,10); }
H1.HeaderClassName
{
color: #779C0A;
}
.AnyTagClassName
{
color: #779C0A;
}
</style>
background-color css
<style>
a { background-color: #779C0A; }
a { background-color: rgb(119,156,10); }
div.DivClassName
{
background-color: #779C0A;
}
.BgClassName
{
background-color: #779C0A;
}
</style>
border-color css
<style>
span { border-color: #779C0A; }
span { border-color: rgb(119,156,10); }
td.TdClassName
{
border-color: #779C0A;
}
.TagClassName
{
border-color: #779C0A;
}
</style>