Shades of Christi #76B417
Tints of Christi #76B417
RGB
CMYK
RGB Variations
Color information
#76B417 (or 0x76B417) is known color: Christi. HEX triplet: 76, B4 and 17. RGB value is (118,180,23). Sum of RGB (Red+Green+Blue) = 118+180+23=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 180 (70.70% from 255 or 56.07% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 180 - color contains mainly: green. Hex color #76B417 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B417 is #894BE8. Grayscale: #909090. Windows color (decimal): -8997865 or 1553526. OLE color: 1553526.
HSL color Cylindrical-coordinate representation of color #76B417: hue angle of 83.69º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76B417 is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 180 | 23 | - |
| CMYK | 0.34 | 0 | 0.87 | 0.29 |
| HSL | 83.69º | 0.77% | 0.4% | - |
| HSV(B) | 83.69º | 0.87% | 0.71% | - |
| XYZ | 23.95 | 36.56 | 6.6 | - |
| YUV | 143.56 | 59.96 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 180 | 23 | 0.34 | 0 | 0.87 | 0.29 | 83.69 | 0.77 | 0.4 |
| Hex | 76 | B4 | 17 | 22 | 0 | 57 | 1D | 54 | 4D | 28 |
| Octal | 166 | 264 | 27 | 42 | 0 | 127 | 35 | 124 | 115 | 50 |
| Binary | 1110110 | 10110100 | 10111 | 100010 | 0 | 1010111 | 11101 | 1010100 | 1001101 | 101000 |
Color Harmonies of #76B417
Complementary color
Monochromatic Colors of #76B417
Black with #76B417
Text Example
Text Example
White with #76B417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B417; }
p { color: rgb(118,180,23); }
H1.HeaderClassName
{
color: #76B417;
}
.AnyTagClassName
{
color: #76B417;
}
</style>
background-color css
<style>
a { background-color: #76B417; }
a { background-color: rgb(118,180,23); }
div.DivClassName
{
background-color: #76B417;
}
.BgClassName
{
background-color: #76B417;
}
</style>
border-color css
<style>
span { border-color: #76B417; }
span { border-color: rgb(118,180,23); }
td.TdClassName
{
border-color: #76B417;
}
.TagClassName
{
border-color: #76B417;
}
</style>