Shades of Christi #779B0B
Tints of Christi #779B0B
RGB
CMYK
RGB Variations
Color information
#779B0B (or 0x779B0B) is known color: Christi. HEX triplet: 77, 9B and 0B. RGB value is (119,155,11). Sum of RGB (Red+Green+Blue) = 119+155+11=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 155 (60.94% from 255 or 54.39% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 155 - color contains mainly: green. Hex color #779B0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779B0B is #8864F4. Grayscale: #808080. Windows color (decimal): -8938741 or 760695. OLE color: 760695.
HSL color Cylindrical-coordinate representation of color #779B0B: hue angle of 75º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #779B0B is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 155 | 11 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.39 |
| HSL | 75º | 0.87% | 0.33% | - |
| HSV(B) | 75º | 0.93% | 0.61% | - |
| XYZ | 19.39 | 27.39 | 4.58 | - |
| YUV | 127.82 | 62.07 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 11 | 0.23 | 0 | 0.93 | 0.39 | 75 | 0.87 | 0.33 |
| Hex | 77 | 9B | B | 17 | 0 | 5D | 27 | 4B | 57 | 21 |
| Octal | 167 | 233 | 13 | 27 | 0 | 135 | 47 | 113 | 127 | 41 |
| Binary | 1110111 | 10011011 | 1011 | 10111 | 0 | 1011101 | 100111 | 1001011 | 1010111 | 100001 |
Color Harmonies of #779B0B
Complementary color
Monochromatic Colors of #779B0B
Black with #779B0B
Text Example
Text Example
White with #779B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779B0B; }
p { color: rgb(119,155,11); }
H1.HeaderClassName
{
color: #779B0B;
}
.AnyTagClassName
{
color: #779B0B;
}
</style>
background-color css
<style>
a { background-color: #779B0B; }
a { background-color: rgb(119,155,11); }
div.DivClassName
{
background-color: #779B0B;
}
.BgClassName
{
background-color: #779B0B;
}
</style>
border-color css
<style>
span { border-color: #779B0B; }
span { border-color: rgb(119,155,11); }
td.TdClassName
{
border-color: #779B0B;
}
.TagClassName
{
border-color: #779B0B;
}
</style>