Shades of Christi #76BB12
Tints of Christi #76BB12
RGB
CMYK
RGB Variations
Color information
#76BB12 (or 0x76BB12) is known color: Christi. HEX triplet: 76, BB and 12. RGB value is (118,187,18). Sum of RGB (Red+Green+Blue) = 118+187+18=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 187 (73.44% from 255 or 57.89% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76BB12 is #8944ED. Grayscale: #939393. Windows color (decimal): -8996078 or 1227638. OLE color: 1227638.
HSL color Cylindrical-coordinate representation of color #76BB12: hue angle of 84.5º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76BB12 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 187 | 18 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.27 |
| HSL | 84.5º | 0.82% | 0.4% | - |
| HSV(B) | 84.5º | 0.9% | 0.73% | - |
| XYZ | 25.35 | 39.44 | 6.85 | - |
| YUV | 147.1 | 55.14 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 18 | 0.37 | 0 | 0.90 | 0.27 | 84.5 | 0.82 | 0.4 |
| Hex | 76 | BB | 12 | 25 | 0 | 5A | 1B | 54 | 52 | 28 |
| Octal | 166 | 273 | 22 | 45 | 0 | 132 | 33 | 124 | 122 | 50 |
| Binary | 1110110 | 10111011 | 10010 | 100101 | 0 | 1011010 | 11011 | 1010100 | 1010010 | 101000 |
Color Harmonies of #76BB12
Complementary color
Monochromatic Colors of #76BB12
Black with #76BB12
Text Example
Text Example
White with #76BB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BB12; }
p { color: rgb(118,187,18); }
H1.HeaderClassName
{
color: #76BB12;
}
.AnyTagClassName
{
color: #76BB12;
}
</style>
background-color css
<style>
a { background-color: #76BB12; }
a { background-color: rgb(118,187,18); }
div.DivClassName
{
background-color: #76BB12;
}
.BgClassName
{
background-color: #76BB12;
}
</style>
border-color css
<style>
span { border-color: #76BB12; }
span { border-color: rgb(118,187,18); }
td.TdClassName
{
border-color: #76BB12;
}
.TagClassName
{
border-color: #76BB12;
}
</style>