Shades of Christi #77AE15
Tints of Christi #77AE15
RGB
CMYK
RGB Variations
Color information
#77AE15 (or 0x77AE15) is known color: Christi. HEX triplet: 77, AE and 15. RGB value is (119,174,21). Sum of RGB (Red+Green+Blue) = 119+174+21=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 174 (68.36% from 255 or 55.41% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 174 - color contains mainly: green. Hex color #77AE15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77AE15 is #8851EA. Grayscale: #8C8C8C. Windows color (decimal): -8933867 or 1420919. OLE color: 1420919.
HSL color Cylindrical-coordinate representation of color #77AE15: hue angle of 81.57º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #77AE15 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 174 | 21 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.32 |
| HSL | 81.57º | 0.78% | 0.38% | - |
| HSV(B) | 81.57º | 0.88% | 0.68% | - |
| XYZ | 22.88 | 34.25 | 6.11 | - |
| YUV | 140.11 | 60.78 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 174 | 21 | 0.32 | 0 | 0.88 | 0.32 | 81.57 | 0.78 | 0.38 |
| Hex | 77 | AE | 15 | 20 | 0 | 58 | 20 | 52 | 4E | 26 |
| Octal | 167 | 256 | 25 | 40 | 0 | 130 | 40 | 122 | 116 | 46 |
| Binary | 1110111 | 10101110 | 10101 | 100000 | 0 | 1011000 | 100000 | 1010010 | 1001110 | 100110 |
Color Harmonies of #77AE15
Complementary color
Monochromatic Colors of #77AE15
Black with #77AE15
Text Example
Text Example
White with #77AE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AE15; }
p { color: rgb(119,174,21); }
H1.HeaderClassName
{
color: #77AE15;
}
.AnyTagClassName
{
color: #77AE15;
}
</style>
background-color css
<style>
a { background-color: #77AE15; }
a { background-color: rgb(119,174,21); }
div.DivClassName
{
background-color: #77AE15;
}
.BgClassName
{
background-color: #77AE15;
}
</style>
border-color css
<style>
span { border-color: #77AE15; }
span { border-color: rgb(119,174,21); }
td.TdClassName
{
border-color: #77AE15;
}
.TagClassName
{
border-color: #77AE15;
}
</style>