Shades of Christi #76B311
Tints of Christi #76B311
RGB
CMYK
RGB Variations
Color information
#76B311 (or 0x76B311) is known color: Christi. HEX triplet: 76, B3 and 11. RGB value is (118,179,17). Sum of RGB (Red+Green+Blue) = 118+179+17=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 179 (70.31% from 255 or 57.01% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 179 - color contains mainly: green. Hex color #76B311 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B311 is #894CEE. Grayscale: #8E8E8E. Windows color (decimal): -8998127 or 1160054. OLE color: 1160054.
HSL color Cylindrical-coordinate representation of color #76B311: hue angle of 82.59º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76B311 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 179 | 17 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.30 |
| HSL | 82.59º | 0.83% | 0.38% | - |
| HSV(B) | 82.59º | 0.91% | 0.7% | - |
| XYZ | 23.69 | 36.13 | 6.26 | - |
| YUV | 142.29 | 57.29 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 179 | 17 | 0.34 | 0 | 0.91 | 0.30 | 82.59 | 0.83 | 0.38 |
| Hex | 76 | B3 | 11 | 22 | 0 | 5B | 1E | 53 | 53 | 26 |
| Octal | 166 | 263 | 21 | 42 | 0 | 133 | 36 | 123 | 123 | 46 |
| Binary | 1110110 | 10110011 | 10001 | 100010 | 0 | 1011011 | 11110 | 1010011 | 1010011 | 100110 |
Color Harmonies of #76B311
Complementary color
Monochromatic Colors of #76B311
Black with #76B311
Text Example
Text Example
White with #76B311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B311; }
p { color: rgb(118,179,17); }
H1.HeaderClassName
{
color: #76B311;
}
.AnyTagClassName
{
color: #76B311;
}
</style>
background-color css
<style>
a { background-color: #76B311; }
a { background-color: rgb(118,179,17); }
div.DivClassName
{
background-color: #76B311;
}
.BgClassName
{
background-color: #76B311;
}
</style>
border-color css
<style>
span { border-color: #76B311; }
span { border-color: rgb(118,179,17); }
td.TdClassName
{
border-color: #76B311;
}
.TagClassName
{
border-color: #76B311;
}
</style>