Shades of Christi #76A511
Tints of Christi #76A511
RGB
CMYK
RGB Variations
Color information
#76A511 (or 0x76A511) is known color: Christi. HEX triplet: 76, A5 and 11. RGB value is (118,165,17). Sum of RGB (Red+Green+Blue) = 118+165+17=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 165 (64.84% from 255 or 55% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 165 - color contains mainly: green. Hex color #76A511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A511 is #895AEE. Grayscale: #868686. Windows color (decimal): -9001711 or 1156470. OLE color: 1156470.
HSL color Cylindrical-coordinate representation of color #76A511: hue angle of 79.05º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76A511 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 165 | 17 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.35 |
| HSL | 79.05º | 0.81% | 0.36% | - |
| HSV(B) | 79.05º | 0.9% | 0.65% | - |
| XYZ | 21.03 | 30.8 | 5.37 | - |
| YUV | 134.08 | 61.93 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 165 | 17 | 0.28 | 0 | 0.90 | 0.35 | 79.05 | 0.81 | 0.36 |
| Hex | 76 | A5 | 11 | 1C | 0 | 5A | 23 | 4F | 51 | 24 |
| Octal | 166 | 245 | 21 | 34 | 0 | 132 | 43 | 117 | 121 | 44 |
| Binary | 1110110 | 10100101 | 10001 | 11100 | 0 | 1011010 | 100011 | 1001111 | 1010001 | 100100 |
Color Harmonies of #76A511
Complementary color
Monochromatic Colors of #76A511
Black with #76A511
Text Example
Text Example
White with #76A511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A511; }
p { color: rgb(118,165,17); }
H1.HeaderClassName
{
color: #76A511;
}
.AnyTagClassName
{
color: #76A511;
}
</style>
background-color css
<style>
a { background-color: #76A511; }
a { background-color: rgb(118,165,17); }
div.DivClassName
{
background-color: #76A511;
}
.BgClassName
{
background-color: #76A511;
}
</style>
border-color css
<style>
span { border-color: #76A511; }
span { border-color: rgb(118,165,17); }
td.TdClassName
{
border-color: #76A511;
}
.TagClassName
{
border-color: #76A511;
}
</style>