Shades of Christi #76A51D
Tints of Christi #76A51D
RGB
CMYK
RGB Variations
Color information
#76A51D (or 0x76A51D) is known color: Christi. HEX triplet: 76, A5 and 1D. RGB value is (118,165,29). Sum of RGB (Red+Green+Blue) = 118+165+29=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 165 (64.84% from 255 or 52.88% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 165 - color contains mainly: green. Hex color #76A51D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A51D is #895AE2. Grayscale: #878787. Windows color (decimal): -9001699 or 1942902. OLE color: 1942902.
HSL color Cylindrical-coordinate representation of color #76A51D: hue angle of 80.74º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76A51D is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 165 | 29 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.35 |
| HSL | 80.74º | 0.7% | 0.38% | - |
| HSV(B) | 80.74º | 0.82% | 0.65% | - |
| XYZ | 21.15 | 30.85 | 6 | - |
| YUV | 135.44 | 67.93 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 165 | 29 | 0.28 | 0 | 0.82 | 0.35 | 80.74 | 0.7 | 0.38 |
| Hex | 76 | A5 | 1D | 1C | 0 | 52 | 23 | 51 | 46 | 26 |
| Octal | 166 | 245 | 35 | 34 | 0 | 122 | 43 | 121 | 106 | 46 |
| Binary | 1110110 | 10100101 | 11101 | 11100 | 0 | 1010010 | 100011 | 1010001 | 1000110 | 100110 |
Color Harmonies of #76A51D
Complementary color
Monochromatic Colors of #76A51D
Black with #76A51D
Text Example
Text Example
White with #76A51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A51D; }
p { color: rgb(118,165,29); }
H1.HeaderClassName
{
color: #76A51D;
}
.AnyTagClassName
{
color: #76A51D;
}
</style>
background-color css
<style>
a { background-color: #76A51D; }
a { background-color: rgb(118,165,29); }
div.DivClassName
{
background-color: #76A51D;
}
.BgClassName
{
background-color: #76A51D;
}
</style>
border-color css
<style>
span { border-color: #76A51D; }
span { border-color: rgb(118,165,29); }
td.TdClassName
{
border-color: #76A51D;
}
.TagClassName
{
border-color: #76A51D;
}
</style>