Shades of Christi #76A21A
Tints of Christi #76A21A
RGB
CMYK
RGB Variations
Color information
#76A21A (or 0x76A21A) is known color: Christi. HEX triplet: 76, A2 and 1A. RGB value is (118,162,26). Sum of RGB (Red+Green+Blue) = 118+162+26=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 162 (63.67% from 255 or 52.94% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 162 - color contains mainly: green. Hex color #76A21A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A21A is #895DE5. Grayscale: #858585. Windows color (decimal): -9002470 or 1745526. OLE color: 1745526.
HSL color Cylindrical-coordinate representation of color #76A21A: hue angle of 79.41º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76A21A is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 162 | 26 | - |
| CMYK | 0.27 | 0 | 0.84 | 0.36 |
| HSL | 79.41º | 0.72% | 0.37% | - |
| HSV(B) | 79.41º | 0.84% | 0.64% | - |
| XYZ | 20.58 | 29.77 | 5.64 | - |
| YUV | 133.34 | 67.42 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 162 | 26 | 0.27 | 0 | 0.84 | 0.36 | 79.41 | 0.72 | 0.37 |
| Hex | 76 | A2 | 1A | 1B | 0 | 54 | 24 | 4F | 48 | 25 |
| Octal | 166 | 242 | 32 | 33 | 0 | 124 | 44 | 117 | 110 | 45 |
| Binary | 1110110 | 10100010 | 11010 | 11011 | 0 | 1010100 | 100100 | 1001111 | 1001000 | 100101 |
Color Harmonies of #76A21A
Complementary color
Monochromatic Colors of #76A21A
Black with #76A21A
Text Example
Text Example
White with #76A21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A21A; }
p { color: rgb(118,162,26); }
H1.HeaderClassName
{
color: #76A21A;
}
.AnyTagClassName
{
color: #76A21A;
}
</style>
background-color css
<style>
a { background-color: #76A21A; }
a { background-color: rgb(118,162,26); }
div.DivClassName
{
background-color: #76A21A;
}
.BgClassName
{
background-color: #76A21A;
}
</style>
border-color css
<style>
span { border-color: #76A21A; }
span { border-color: rgb(118,162,26); }
td.TdClassName
{
border-color: #76A21A;
}
.TagClassName
{
border-color: #76A21A;
}
</style>