Shades of Christi #77AE12
Tints of Christi #77AE12
RGB
CMYK
RGB Variations
Color information
#77AE12 (or 0x77AE12) is known color: Christi. HEX triplet: 77, AE and 12. RGB value is (119,174,18). Sum of RGB (Red+Green+Blue) = 119+174+18=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 174 (68.36% from 255 or 55.95% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 174 - color contains mainly: green. Hex color #77AE12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77AE12 is #8851ED. Grayscale: #8C8C8C. Windows color (decimal): -8933870 or 1224311. OLE color: 1224311.
HSL color Cylindrical-coordinate representation of color #77AE12: hue angle of 81.15º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77AE12 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 174 | 18 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.32 |
| HSL | 81.15º | 0.81% | 0.38% | - |
| HSV(B) | 81.15º | 0.9% | 0.68% | - |
| XYZ | 22.85 | 34.24 | 5.98 | - |
| YUV | 139.77 | 59.28 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 174 | 18 | 0.32 | 0 | 0.90 | 0.32 | 81.15 | 0.81 | 0.38 |
| Hex | 77 | AE | 12 | 20 | 0 | 5A | 20 | 51 | 51 | 26 |
| Octal | 167 | 256 | 22 | 40 | 0 | 132 | 40 | 121 | 121 | 46 |
| Binary | 1110111 | 10101110 | 10010 | 100000 | 0 | 1011010 | 100000 | 1010001 | 1010001 | 100110 |
Color Harmonies of #77AE12
Complementary color
Monochromatic Colors of #77AE12
Black with #77AE12
Text Example
Text Example
White with #77AE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AE12; }
p { color: rgb(119,174,18); }
H1.HeaderClassName
{
color: #77AE12;
}
.AnyTagClassName
{
color: #77AE12;
}
</style>
background-color css
<style>
a { background-color: #77AE12; }
a { background-color: rgb(119,174,18); }
div.DivClassName
{
background-color: #77AE12;
}
.BgClassName
{
background-color: #77AE12;
}
</style>
border-color css
<style>
span { border-color: #77AE12; }
span { border-color: rgb(119,174,18); }
td.TdClassName
{
border-color: #77AE12;
}
.TagClassName
{
border-color: #77AE12;
}
</style>