Shades of Christi #76A200
Tints of Christi #76A200
RGB
CMYK
RGB Variations
Color information
#76A200 (or 0x76A200) is known color: Christi. HEX triplet: 76, A2 and 00. RGB value is (118,162,0). Sum of RGB (Red+Green+Blue) = 118+162+0=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 162 (63.67% from 255 or 57.86% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 162 - color contains mainly: green. Hex color #76A200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A200 is #895DFF. Grayscale: #828282. Windows color (decimal): -9002496 or 41590. OLE color: 41590.
HSL color Cylindrical-coordinate representation of color #76A200: hue angle of 76.3º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76A200 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 162 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.36 |
| HSL | 76.3º | 1% | 0.32% | - |
| HSV(B) | 76.3º | 1% | 0.64% | - |
| XYZ | 20.39 | 29.69 | 4.66 | - |
| YUV | 130.38 | 54.42 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 162 | 0 | 0.27 | 0 | 1 | 0.36 | 76.3 | 1 | 0.32 |
| Hex | 76 | A2 | 0 | 1B | 0 | 64 | 24 | 4C | 64 | 20 |
| Octal | 166 | 242 | 0 | 33 | 0 | 144 | 44 | 114 | 144 | 40 |
| Binary | 1110110 | 10100010 | 0 | 11011 | 0 | 1100100 | 100100 | 1001100 | 1100100 | 100000 |
Color Harmonies of #76A200
Complementary color
Monochromatic Colors of #76A200
Black with #76A200
Text Example
Text Example
White with #76A200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A200; }
p { color: rgb(118,162,0); }
H1.HeaderClassName
{
color: #76A200;
}
.AnyTagClassName
{
color: #76A200;
}
</style>
background-color css
<style>
a { background-color: #76A200; }
a { background-color: rgb(118,162,0); }
div.DivClassName
{
background-color: #76A200;
}
.BgClassName
{
background-color: #76A200;
}
</style>
border-color css
<style>
span { border-color: #76A200; }
span { border-color: rgb(118,162,0); }
td.TdClassName
{
border-color: #76A200;
}
.TagClassName
{
border-color: #76A200;
}
</style>