Shades of Christi #76B411
Tints of Christi #76B411
RGB
CMYK
RGB Variations
Color information
#76B411 (or 0x76B411) is known color: Christi. HEX triplet: 76, B4 and 11. RGB value is (118,180,17). Sum of RGB (Red+Green+Blue) = 118+180+17=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 180 (70.70% from 255 or 57.14% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 180 - color contains mainly: green. Hex color #76B411 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B411 is #894BEE. Grayscale: #8F8F8F. Windows color (decimal): -8997871 or 1160310. OLE color: 1160310.
HSL color Cylindrical-coordinate representation of color #76B411: hue angle of 82.82º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76B411 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 180 | 17 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.29 |
| HSL | 82.82º | 0.83% | 0.39% | - |
| HSV(B) | 82.82º | 0.91% | 0.71% | - |
| XYZ | 23.89 | 36.53 | 6.32 | - |
| YUV | 142.88 | 56.96 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 180 | 17 | 0.34 | 0 | 0.91 | 0.29 | 82.82 | 0.83 | 0.39 |
| Hex | 76 | B4 | 11 | 22 | 0 | 5B | 1D | 53 | 53 | 27 |
| Octal | 166 | 264 | 21 | 42 | 0 | 133 | 35 | 123 | 123 | 47 |
| Binary | 1110110 | 10110100 | 10001 | 100010 | 0 | 1011011 | 11101 | 1010011 | 1010011 | 100111 |
Color Harmonies of #76B411
Complementary color
Monochromatic Colors of #76B411
Black with #76B411
Text Example
Text Example
White with #76B411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B411; }
p { color: rgb(118,180,17); }
H1.HeaderClassName
{
color: #76B411;
}
.AnyTagClassName
{
color: #76B411;
}
</style>
background-color css
<style>
a { background-color: #76B411; }
a { background-color: rgb(118,180,17); }
div.DivClassName
{
background-color: #76B411;
}
.BgClassName
{
background-color: #76B411;
}
</style>
border-color css
<style>
span { border-color: #76B411; }
span { border-color: rgb(118,180,17); }
td.TdClassName
{
border-color: #76B411;
}
.TagClassName
{
border-color: #76B411;
}
</style>