Shades of Christi #77B011
Tints of Christi #77B011
RGB
CMYK
RGB Variations
Color information
#77B011 (or 0x77B011) is known color: Christi. HEX triplet: 77, B0 and 11. RGB value is (119,176,17). Sum of RGB (Red+Green+Blue) = 119+176+17=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 176 (69.14% from 255 or 56.41% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 176 - color contains mainly: green. Hex color #77B011 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77B011 is #884FEE. Grayscale: #8D8D8D. Windows color (decimal): -8933359 or 1159287. OLE color: 1159287.
HSL color Cylindrical-coordinate representation of color #77B011: hue angle of 81.51º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77B011 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 176 | 17 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.31 |
| HSL | 81.51º | 0.82% | 0.38% | - |
| HSV(B) | 81.51º | 0.9% | 0.69% | - |
| XYZ | 23.23 | 35.01 | 6.06 | - |
| YUV | 140.83 | 58.12 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 176 | 17 | 0.32 | 0 | 0.90 | 0.31 | 81.51 | 0.82 | 0.38 |
| Hex | 77 | B0 | 11 | 20 | 0 | 5A | 1F | 52 | 52 | 26 |
| Octal | 167 | 260 | 21 | 40 | 0 | 132 | 37 | 122 | 122 | 46 |
| Binary | 1110111 | 10110000 | 10001 | 100000 | 0 | 1011010 | 11111 | 1010010 | 1010010 | 100110 |
Color Harmonies of #77B011
Complementary color
Monochromatic Colors of #77B011
Black with #77B011
Text Example
Text Example
White with #77B011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B011; }
p { color: rgb(119,176,17); }
H1.HeaderClassName
{
color: #77B011;
}
.AnyTagClassName
{
color: #77B011;
}
</style>
background-color css
<style>
a { background-color: #77B011; }
a { background-color: rgb(119,176,17); }
div.DivClassName
{
background-color: #77B011;
}
.BgClassName
{
background-color: #77B011;
}
</style>
border-color css
<style>
span { border-color: #77B011; }
span { border-color: rgb(119,176,17); }
td.TdClassName
{
border-color: #77B011;
}
.TagClassName
{
border-color: #77B011;
}
</style>