Shades of Christi #76A105
Tints of Christi #76A105
RGB
CMYK
RGB Variations
Color information
#76A105 (or 0x76A105) is known color: Christi. HEX triplet: 76, A1 and 05. RGB value is (118,161,5). Sum of RGB (Red+Green+Blue) = 118+161+5=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 161 (63.28% from 255 or 56.69% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 161 - color contains mainly: green. Hex color #76A105 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A105 is #895EFA. Grayscale: #828282. Windows color (decimal): -9002747 or 369014. OLE color: 369014.
HSL color Cylindrical-coordinate representation of color #76A105: hue angle of 76.54º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #76A105 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 161 | 5 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.37 |
| HSL | 76.54º | 0.94% | 0.33% | - |
| HSV(B) | 76.54º | 0.97% | 0.63% | - |
| XYZ | 20.24 | 29.35 | 4.74 | - |
| YUV | 130.36 | 57.25 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 161 | 5 | 0.27 | 0 | 0.97 | 0.37 | 76.54 | 0.94 | 0.33 |
| Hex | 76 | A1 | 5 | 1B | 0 | 61 | 25 | 4D | 5E | 21 |
| Octal | 166 | 241 | 5 | 33 | 0 | 141 | 45 | 115 | 136 | 41 |
| Binary | 1110110 | 10100001 | 101 | 11011 | 0 | 1100001 | 100101 | 1001101 | 1011110 | 100001 |
Color Harmonies of #76A105
Complementary color
Monochromatic Colors of #76A105
Black with #76A105
Text Example
Text Example
White with #76A105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A105; }
p { color: rgb(118,161,5); }
H1.HeaderClassName
{
color: #76A105;
}
.AnyTagClassName
{
color: #76A105;
}
</style>
background-color css
<style>
a { background-color: #76A105; }
a { background-color: rgb(118,161,5); }
div.DivClassName
{
background-color: #76A105;
}
.BgClassName
{
background-color: #76A105;
}
</style>
border-color css
<style>
span { border-color: #76A105; }
span { border-color: rgb(118,161,5); }
td.TdClassName
{
border-color: #76A105;
}
.TagClassName
{
border-color: #76A105;
}
</style>