Shades of Christi #76A008
Tints of Christi #76A008
RGB
CMYK
RGB Variations
Color information
#76A008 (or 0x76A008) is known color: Christi. HEX triplet: 76, A0 and 08. RGB value is (118,160,8). Sum of RGB (Red+Green+Blue) = 118+160+8=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 160 (62.89% from 255 or 55.94% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 160 - color contains mainly: green. Hex color #76A008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A008 is #895FF7. Grayscale: #828282. Windows color (decimal): -9003000 or 565366. OLE color: 565366.
HSL color Cylindrical-coordinate representation of color #76A008: hue angle of 76.58º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76A008 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 160 | 8 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.37 |
| HSL | 76.58º | 0.9% | 0.33% | - |
| HSV(B) | 76.58º | 0.95% | 0.63% | - |
| XYZ | 20.09 | 29.01 | 4.77 | - |
| YUV | 130.11 | 59.09 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 160 | 8 | 0.26 | 0 | 0.95 | 0.37 | 76.58 | 0.9 | 0.33 |
| Hex | 76 | A0 | 8 | 1A | 0 | 5F | 25 | 4D | 5A | 21 |
| Octal | 166 | 240 | 10 | 32 | 0 | 137 | 45 | 115 | 132 | 41 |
| Binary | 1110110 | 10100000 | 1000 | 11010 | 0 | 1011111 | 100101 | 1001101 | 1011010 | 100001 |
Color Harmonies of #76A008
Complementary color
Monochromatic Colors of #76A008
Black with #76A008
Text Example
Text Example
White with #76A008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A008; }
p { color: rgb(118,160,8); }
H1.HeaderClassName
{
color: #76A008;
}
.AnyTagClassName
{
color: #76A008;
}
</style>
background-color css
<style>
a { background-color: #76A008; }
a { background-color: rgb(118,160,8); }
div.DivClassName
{
background-color: #76A008;
}
.BgClassName
{
background-color: #76A008;
}
</style>
border-color css
<style>
span { border-color: #76A008; }
span { border-color: rgb(118,160,8); }
td.TdClassName
{
border-color: #76A008;
}
.TagClassName
{
border-color: #76A008;
}
</style>