Shades of Christi #76AE0C
Tints of Christi #76AE0C
RGB
CMYK
RGB Variations
Color information
#76AE0C (or 0x76AE0C) is known color: Christi. HEX triplet: 76, AE and 0C. RGB value is (118,174,12). Sum of RGB (Red+Green+Blue) = 118+174+12=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 174 (68.36% from 255 or 57.24% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 174 - color contains mainly: green. Hex color #76AE0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76AE0C is #8951F3. Grayscale: #8B8B8B. Windows color (decimal): -8999412 or 831094. OLE color: 831094.
HSL color Cylindrical-coordinate representation of color #76AE0C: hue angle of 80.74º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76AE0C is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 174 | 12 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.32 |
| HSL | 80.74º | 0.87% | 0.36% | - |
| HSV(B) | 80.74º | 0.93% | 0.68% | - |
| XYZ | 22.67 | 34.15 | 5.74 | - |
| YUV | 138.79 | 56.45 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 174 | 12 | 0.32 | 0 | 0.93 | 0.32 | 80.74 | 0.87 | 0.36 |
| Hex | 76 | AE | C | 20 | 0 | 5D | 20 | 51 | 57 | 24 |
| Octal | 166 | 256 | 14 | 40 | 0 | 135 | 40 | 121 | 127 | 44 |
| Binary | 1110110 | 10101110 | 1100 | 100000 | 0 | 1011101 | 100000 | 1010001 | 1010111 | 100100 |
Color Harmonies of #76AE0C
Complementary color
Monochromatic Colors of #76AE0C
Black with #76AE0C
Text Example
Text Example
White with #76AE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AE0C; }
p { color: rgb(118,174,12); }
H1.HeaderClassName
{
color: #76AE0C;
}
.AnyTagClassName
{
color: #76AE0C;
}
</style>
background-color css
<style>
a { background-color: #76AE0C; }
a { background-color: rgb(118,174,12); }
div.DivClassName
{
background-color: #76AE0C;
}
.BgClassName
{
background-color: #76AE0C;
}
</style>
border-color css
<style>
span { border-color: #76AE0C; }
span { border-color: rgb(118,174,12); }
td.TdClassName
{
border-color: #76AE0C;
}
.TagClassName
{
border-color: #76AE0C;
}
</style>