Shades of Christi #77AE14
Tints of Christi #77AE14
RGB
CMYK
RGB Variations
Color information
#77AE14 (or 0x77AE14) is known color: Christi. HEX triplet: 77, AE and 14. RGB value is (119,174,20). Sum of RGB (Red+Green+Blue) = 119+174+20=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 174 (68.36% from 255 or 55.59% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 174 - color contains mainly: green. Hex color #77AE14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77AE14 is #8851EB. Grayscale: #8C8C8C. Windows color (decimal): -8933868 or 1355383. OLE color: 1355383.
HSL color Cylindrical-coordinate representation of color #77AE14: hue angle of 81.43º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77AE14 is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 174 | 20 | - |
| CMYK | 0.32 | 0 | 0.89 | 0.32 |
| HSL | 81.43º | 0.79% | 0.38% | - |
| HSV(B) | 81.43º | 0.89% | 0.68% | - |
| XYZ | 22.87 | 34.24 | 6.07 | - |
| YUV | 140 | 60.28 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 174 | 20 | 0.32 | 0 | 0.89 | 0.32 | 81.43 | 0.79 | 0.38 |
| Hex | 77 | AE | 14 | 20 | 0 | 59 | 20 | 51 | 4F | 26 |
| Octal | 167 | 256 | 24 | 40 | 0 | 131 | 40 | 121 | 117 | 46 |
| Binary | 1110111 | 10101110 | 10100 | 100000 | 0 | 1011001 | 100000 | 1010001 | 1001111 | 100110 |
Color Harmonies of #77AE14
Complementary color
Monochromatic Colors of #77AE14
Black with #77AE14
Text Example
Text Example
White with #77AE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AE14; }
p { color: rgb(119,174,20); }
H1.HeaderClassName
{
color: #77AE14;
}
.AnyTagClassName
{
color: #77AE14;
}
</style>
background-color css
<style>
a { background-color: #77AE14; }
a { background-color: rgb(119,174,20); }
div.DivClassName
{
background-color: #77AE14;
}
.BgClassName
{
background-color: #77AE14;
}
</style>
border-color css
<style>
span { border-color: #77AE14; }
span { border-color: rgb(119,174,20); }
td.TdClassName
{
border-color: #77AE14;
}
.TagClassName
{
border-color: #77AE14;
}
</style>