Shades of Christi #76B515
Tints of Christi #76B515
RGB
CMYK
RGB Variations
Color information
#76B515 (or 0x76B515) is known color: Christi. HEX triplet: 76, B5 and 15. RGB value is (118,181,21). Sum of RGB (Red+Green+Blue) = 118+181+21=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 181 (71.09% from 255 or 56.56% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 181 - color contains mainly: green. Hex color #76B515 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B515 is #894AEA. Grayscale: #909090. Windows color (decimal): -8997611 or 1422710. OLE color: 1422710.
HSL color Cylindrical-coordinate representation of color #76B515: hue angle of 83.62º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76B515 is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 181 | 21 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.29 |
| HSL | 83.63º | 0.79% | 0.4% | - |
| HSV(B) | 83.63º | 0.88% | 0.71% | - |
| XYZ | 24.13 | 36.95 | 6.57 | - |
| YUV | 143.92 | 58.63 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 181 | 21 | 0.35 | 0 | 0.88 | 0.29 | 83.63 | 0.79 | 0.4 |
| Hex | 76 | B5 | 15 | 23 | 0 | 58 | 1D | 54 | 4F | 28 |
| Octal | 166 | 265 | 25 | 43 | 0 | 130 | 35 | 124 | 117 | 50 |
| Binary | 1110110 | 10110101 | 10101 | 100011 | 0 | 1011000 | 11101 | 1010100 | 1001111 | 101000 |
Color Harmonies of #76B515
Complementary color
Monochromatic Colors of #76B515
Black with #76B515
Text Example
Text Example
White with #76B515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B515; }
p { color: rgb(118,181,21); }
H1.HeaderClassName
{
color: #76B515;
}
.AnyTagClassName
{
color: #76B515;
}
</style>
background-color css
<style>
a { background-color: #76B515; }
a { background-color: rgb(118,181,21); }
div.DivClassName
{
background-color: #76B515;
}
.BgClassName
{
background-color: #76B515;
}
</style>
border-color css
<style>
span { border-color: #76B515; }
span { border-color: rgb(118,181,21); }
td.TdClassName
{
border-color: #76B515;
}
.TagClassName
{
border-color: #76B515;
}
</style>