Shades of Christi #76A101
Tints of Christi #76A101
RGB
CMYK
RGB Variations
Color information
#76A101 (or 0x76A101) is known color: Christi. HEX triplet: 76, A1 and 01. RGB value is (118,161,1). Sum of RGB (Red+Green+Blue) = 118+161+1=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 161 (63.28% from 255 or 57.5% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 161 - color contains mainly: green. Hex color #76A101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A101 is #895EFE. Grayscale: #828282. Windows color (decimal): -9002751 or 106870. OLE color: 106870.
HSL color Cylindrical-coordinate representation of color #76A101: hue angle of 76.12º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76A101 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 161 | 1 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.37 |
| HSL | 76.13º | 0.99% | 0.32% | - |
| HSV(B) | 76.13º | 0.99% | 0.63% | - |
| XYZ | 20.22 | 29.34 | 4.63 | - |
| YUV | 129.9 | 55.25 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 161 | 1 | 0.27 | 0 | 0.99 | 0.37 | 76.13 | 0.99 | 0.32 |
| Hex | 76 | A1 | 1 | 1B | 0 | 63 | 25 | 4C | 63 | 20 |
| Octal | 166 | 241 | 1 | 33 | 0 | 143 | 45 | 114 | 143 | 40 |
| Binary | 1110110 | 10100001 | 1 | 11011 | 0 | 1100011 | 100101 | 1001100 | 1100011 | 100000 |
Color Harmonies of #76A101
Complementary color
Monochromatic Colors of #76A101
Black with #76A101
Text Example
Text Example
White with #76A101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A101; }
p { color: rgb(118,161,1); }
H1.HeaderClassName
{
color: #76A101;
}
.AnyTagClassName
{
color: #76A101;
}
</style>
background-color css
<style>
a { background-color: #76A101; }
a { background-color: rgb(118,161,1); }
div.DivClassName
{
background-color: #76A101;
}
.BgClassName
{
background-color: #76A101;
}
</style>
border-color css
<style>
span { border-color: #76A101; }
span { border-color: rgb(118,161,1); }
td.TdClassName
{
border-color: #76A101;
}
.TagClassName
{
border-color: #76A101;
}
</style>