Shades of Christi #77B60B
Tints of Christi #77B60B
RGB
CMYK
RGB Variations
Color information
#77B60B (or 0x77B60B) is known color: Christi. HEX triplet: 77, B6 and 0B. RGB value is (119,182,11). Sum of RGB (Red+Green+Blue) = 119+182+11=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 182 (71.48% from 255 or 58.33% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 182 - color contains mainly: green. Hex color #77B60B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77B60B is #8849F4. Grayscale: #909090. Windows color (decimal): -8931829 or 767607. OLE color: 767607.
HSL color Cylindrical-coordinate representation of color #77B60B: hue angle of 82.11º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77B60B is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 182 | 11 | - |
| CMYK | 0.35 | 0 | 0.94 | 0.29 |
| HSL | 82.11º | 0.89% | 0.38% | - |
| HSV(B) | 82.11º | 0.94% | 0.71% | - |
| XYZ | 24.4 | 37.4 | 6.25 | - |
| YUV | 143.67 | 53.13 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 182 | 11 | 0.35 | 0 | 0.94 | 0.29 | 82.11 | 0.89 | 0.38 |
| Hex | 77 | B6 | B | 23 | 0 | 5E | 1D | 52 | 59 | 26 |
| Octal | 167 | 266 | 13 | 43 | 0 | 136 | 35 | 122 | 131 | 46 |
| Binary | 1110111 | 10110110 | 1011 | 100011 | 0 | 1011110 | 11101 | 1010010 | 1011001 | 100110 |
Color Harmonies of #77B60B
Complementary color
Monochromatic Colors of #77B60B
Black with #77B60B
Text Example
Text Example
White with #77B60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B60B; }
p { color: rgb(119,182,11); }
H1.HeaderClassName
{
color: #77B60B;
}
.AnyTagClassName
{
color: #77B60B;
}
</style>
background-color css
<style>
a { background-color: #77B60B; }
a { background-color: rgb(119,182,11); }
div.DivClassName
{
background-color: #77B60B;
}
.BgClassName
{
background-color: #77B60B;
}
</style>
border-color css
<style>
span { border-color: #77B60B; }
span { border-color: rgb(119,182,11); }
td.TdClassName
{
border-color: #77B60B;
}
.TagClassName
{
border-color: #77B60B;
}
</style>