Shades of Christi #76B011
Tints of Christi #76B011
RGB
CMYK
RGB Variations
Color information
#76B011 (or 0x76B011) is known color: Christi. HEX triplet: 76, B0 and 11. RGB value is (118,176,17). Sum of RGB (Red+Green+Blue) = 118+176+17=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 176 (69.14% from 255 or 56.59% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 176 - color contains mainly: green. Hex color #76B011 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76B011 is #894FEE. Grayscale: #8D8D8D. Windows color (decimal): -8998895 or 1159286. OLE color: 1159286.
HSL color Cylindrical-coordinate representation of color #76B011: hue angle of 81.89º 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 #76B011 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 176 | 17 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.31 |
| HSL | 81.89º | 0.82% | 0.38% | - |
| HSV(B) | 81.89º | 0.9% | 0.69% | - |
| XYZ | 23.1 | 34.94 | 6.06 | - |
| YUV | 140.53 | 58.28 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 176 | 17 | 0.33 | 0 | 0.90 | 0.31 | 81.89 | 0.82 | 0.38 |
| Hex | 76 | B0 | 11 | 21 | 0 | 5A | 1F | 52 | 52 | 26 |
| Octal | 166 | 260 | 21 | 41 | 0 | 132 | 37 | 122 | 122 | 46 |
| Binary | 1110110 | 10110000 | 10001 | 100001 | 0 | 1011010 | 11111 | 1010010 | 1010010 | 100110 |
Color Harmonies of #76B011
Complementary color
Monochromatic Colors of #76B011
Black with #76B011
Text Example
Text Example
White with #76B011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B011; }
p { color: rgb(118,176,17); }
H1.HeaderClassName
{
color: #76B011;
}
.AnyTagClassName
{
color: #76B011;
}
</style>
background-color css
<style>
a { background-color: #76B011; }
a { background-color: rgb(118,176,17); }
div.DivClassName
{
background-color: #76B011;
}
.BgClassName
{
background-color: #76B011;
}
</style>
border-color css
<style>
span { border-color: #76B011; }
span { border-color: rgb(118,176,17); }
td.TdClassName
{
border-color: #76B011;
}
.TagClassName
{
border-color: #76B011;
}
</style>