Shades of Christi #76B815
Tints of Christi #76B815
RGB
CMYK
RGB Variations
Color information
#76B815 (or 0x76B815) is known color: Christi. HEX triplet: 76, B8 and 15. RGB value is (118,184,21). Sum of RGB (Red+Green+Blue) = 118+184+21=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 184 (72.27% from 255 or 56.97% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 184 - color contains mainly: green. Hex color #76B815 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B815 is #8947EA. Grayscale: #929292. Windows color (decimal): -8996843 or 1423478. OLE color: 1423478.
HSL color Cylindrical-coordinate representation of color #76B815: hue angle of 84.29º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76B815 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 184 | 21 | - |
| CMYK | 0.36 | 0 | 0.89 | 0.28 |
| HSL | 84.29º | 0.8% | 0.4% | - |
| HSV(B) | 84.29º | 0.89% | 0.72% | - |
| XYZ | 24.75 | 38.19 | 6.78 | - |
| YUV | 145.68 | 57.63 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 184 | 21 | 0.36 | 0 | 0.89 | 0.28 | 84.29 | 0.8 | 0.4 |
| Hex | 76 | B8 | 15 | 24 | 0 | 59 | 1C | 54 | 50 | 28 |
| Octal | 166 | 270 | 25 | 44 | 0 | 131 | 34 | 124 | 120 | 50 |
| Binary | 1110110 | 10111000 | 10101 | 100100 | 0 | 1011001 | 11100 | 1010100 | 1010000 | 101000 |
Color Harmonies of #76B815
Complementary color
Monochromatic Colors of #76B815
Black with #76B815
Text Example
Text Example
White with #76B815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B815; }
p { color: rgb(118,184,21); }
H1.HeaderClassName
{
color: #76B815;
}
.AnyTagClassName
{
color: #76B815;
}
</style>
background-color css
<style>
a { background-color: #76B815; }
a { background-color: rgb(118,184,21); }
div.DivClassName
{
background-color: #76B815;
}
.BgClassName
{
background-color: #76B815;
}
</style>
border-color css
<style>
span { border-color: #76B815; }
span { border-color: rgb(118,184,21); }
td.TdClassName
{
border-color: #76B815;
}
.TagClassName
{
border-color: #76B815;
}
</style>