Shades of Christi #76B314
Tints of Christi #76B314
RGB
CMYK
RGB Variations
Color information
#76B314 (or 0x76B314) is known color: Christi. HEX triplet: 76, B3 and 14. RGB value is (118,179,20). Sum of RGB (Red+Green+Blue) = 118+179+20=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 179 (70.31% from 255 or 56.47% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 179 - color contains mainly: green. Hex color #76B314 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B314 is #894CEB. Grayscale: #8F8F8F. Windows color (decimal): -8998124 or 1356662. OLE color: 1356662.
HSL color Cylindrical-coordinate representation of color #76B314: hue angle of 83.02º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76B314 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 179 | 20 | - |
| CMYK | 0.34 | 0 | 0.89 | 0.30 |
| HSL | 83.02º | 0.8% | 0.39% | - |
| HSV(B) | 83.02º | 0.89% | 0.7% | - |
| XYZ | 23.72 | 36.14 | 6.39 | - |
| YUV | 142.64 | 58.79 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 179 | 20 | 0.34 | 0 | 0.89 | 0.30 | 83.02 | 0.8 | 0.39 |
| Hex | 76 | B3 | 14 | 22 | 0 | 59 | 1E | 53 | 50 | 27 |
| Octal | 166 | 263 | 24 | 42 | 0 | 131 | 36 | 123 | 120 | 47 |
| Binary | 1110110 | 10110011 | 10100 | 100010 | 0 | 1011001 | 11110 | 1010011 | 1010000 | 100111 |
Color Harmonies of #76B314
Complementary color
Monochromatic Colors of #76B314
Black with #76B314
Text Example
Text Example
White with #76B314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B314; }
p { color: rgb(118,179,20); }
H1.HeaderClassName
{
color: #76B314;
}
.AnyTagClassName
{
color: #76B314;
}
</style>
background-color css
<style>
a { background-color: #76B314; }
a { background-color: rgb(118,179,20); }
div.DivClassName
{
background-color: #76B314;
}
.BgClassName
{
background-color: #76B314;
}
</style>
border-color css
<style>
span { border-color: #76B314; }
span { border-color: rgb(118,179,20); }
td.TdClassName
{
border-color: #76B314;
}
.TagClassName
{
border-color: #76B314;
}
</style>