Shades of Christi #76B315
Tints of Christi #76B315
RGB
CMYK
RGB Variations
Color information
#76B315 (or 0x76B315) is known color: Christi. HEX triplet: 76, B3 and 15. RGB value is (118,179,21). Sum of RGB (Red+Green+Blue) = 118+179+21=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 179 (70.31% from 255 or 56.29% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 179 - color contains mainly: green. Hex color #76B315 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B315 is #894CEA. Grayscale: #8F8F8F. Windows color (decimal): -8998123 or 1422198. OLE color: 1422198.
HSL color Cylindrical-coordinate representation of color #76B315: hue angle of 83.16º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76B315 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 179 | 21 | - |
| CMYK | 0.34 | 0 | 0.88 | 0.30 |
| HSL | 83.16º | 0.79% | 0.39% | - |
| HSV(B) | 83.16º | 0.88% | 0.7% | - |
| XYZ | 23.73 | 36.15 | 6.44 | - |
| YUV | 142.75 | 59.29 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 179 | 21 | 0.34 | 0 | 0.88 | 0.30 | 83.16 | 0.79 | 0.39 |
| Hex | 76 | B3 | 15 | 22 | 0 | 58 | 1E | 53 | 4F | 27 |
| Octal | 166 | 263 | 25 | 42 | 0 | 130 | 36 | 123 | 117 | 47 |
| Binary | 1110110 | 10110011 | 10101 | 100010 | 0 | 1011000 | 11110 | 1010011 | 1001111 | 100111 |
Color Harmonies of #76B315
Complementary color
Monochromatic Colors of #76B315
Black with #76B315
Text Example
Text Example
White with #76B315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B315; }
p { color: rgb(118,179,21); }
H1.HeaderClassName
{
color: #76B315;
}
.AnyTagClassName
{
color: #76B315;
}
</style>
background-color css
<style>
a { background-color: #76B315; }
a { background-color: rgb(118,179,21); }
div.DivClassName
{
background-color: #76B315;
}
.BgClassName
{
background-color: #76B315;
}
</style>
border-color css
<style>
span { border-color: #76B315; }
span { border-color: rgb(118,179,21); }
td.TdClassName
{
border-color: #76B315;
}
.TagClassName
{
border-color: #76B315;
}
</style>