Shades of Christi #76B418
Tints of Christi #76B418
RGB
CMYK
RGB Variations
Color information
#76B418 (or 0x76B418) is known color: Christi. HEX triplet: 76, B4 and 18. RGB value is (118,180,24). Sum of RGB (Red+Green+Blue) = 118+180+24=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 180 (70.70% from 255 or 55.90% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 180 - color contains mainly: green. Hex color #76B418 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B418 is #894BE7. Grayscale: #909090. Windows color (decimal): -8997864 or 1619062. OLE color: 1619062.
HSL color Cylindrical-coordinate representation of color #76B418: hue angle of 83.85º degrees, saturation: 0.76, 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 #76B418 is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 180 | 24 | - |
| CMYK | 0.34 | 0 | 0.87 | 0.29 |
| HSL | 83.85º | 0.76% | 0.4% | - |
| HSV(B) | 83.85º | 0.87% | 0.71% | - |
| XYZ | 23.96 | 36.56 | 6.66 | - |
| YUV | 143.68 | 60.46 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 180 | 24 | 0.34 | 0 | 0.87 | 0.29 | 83.85 | 0.76 | 0.4 |
| Hex | 76 | B4 | 18 | 22 | 0 | 57 | 1D | 54 | 4C | 28 |
| Octal | 166 | 264 | 30 | 42 | 0 | 127 | 35 | 124 | 114 | 50 |
| Binary | 1110110 | 10110100 | 11000 | 100010 | 0 | 1010111 | 11101 | 1010100 | 1001100 | 101000 |
Color Harmonies of #76B418
Complementary color
Monochromatic Colors of #76B418
Black with #76B418
Text Example
Text Example
White with #76B418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B418; }
p { color: rgb(118,180,24); }
H1.HeaderClassName
{
color: #76B418;
}
.AnyTagClassName
{
color: #76B418;
}
</style>
background-color css
<style>
a { background-color: #76B418; }
a { background-color: rgb(118,180,24); }
div.DivClassName
{
background-color: #76B418;
}
.BgClassName
{
background-color: #76B418;
}
</style>
border-color css
<style>
span { border-color: #76B418; }
span { border-color: rgb(118,180,24); }
td.TdClassName
{
border-color: #76B418;
}
.TagClassName
{
border-color: #76B418;
}
</style>