Shades of Christi #77AE0E
Tints of Christi #77AE0E
RGB
CMYK
RGB Variations
Color information
#77AE0E (or 0x77AE0E) is known color: Christi. HEX triplet: 77, AE and 0E. RGB value is (119,174,14). Sum of RGB (Red+Green+Blue) = 119+174+14=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 174 (68.36% from 255 or 56.68% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 174 - color contains mainly: green. Hex color #77AE0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77AE0E is #8851F1. Grayscale: #8B8B8B. Windows color (decimal): -8933874 or 962167. OLE color: 962167.
HSL color Cylindrical-coordinate representation of color #77AE0E: hue angle of 80.62º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77AE0E is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 174 | 14 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.32 |
| HSL | 80.63º | 0.85% | 0.37% | - |
| HSV(B) | 80.63º | 0.92% | 0.68% | - |
| XYZ | 22.82 | 34.23 | 5.82 | - |
| YUV | 139.32 | 57.28 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 174 | 14 | 0.32 | 0 | 0.92 | 0.32 | 80.63 | 0.85 | 0.37 |
| Hex | 77 | AE | E | 20 | 0 | 5C | 20 | 51 | 55 | 25 |
| Octal | 167 | 256 | 16 | 40 | 0 | 134 | 40 | 121 | 125 | 45 |
| Binary | 1110111 | 10101110 | 1110 | 100000 | 0 | 1011100 | 100000 | 1010001 | 1010101 | 100101 |
Color Harmonies of #77AE0E
Complementary color
Monochromatic Colors of #77AE0E
Black with #77AE0E
Text Example
Text Example
White with #77AE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AE0E; }
p { color: rgb(119,174,14); }
H1.HeaderClassName
{
color: #77AE0E;
}
.AnyTagClassName
{
color: #77AE0E;
}
</style>
background-color css
<style>
a { background-color: #77AE0E; }
a { background-color: rgb(119,174,14); }
div.DivClassName
{
background-color: #77AE0E;
}
.BgClassName
{
background-color: #77AE0E;
}
</style>
border-color css
<style>
span { border-color: #77AE0E; }
span { border-color: rgb(119,174,14); }
td.TdClassName
{
border-color: #77AE0E;
}
.TagClassName
{
border-color: #77AE0E;
}
</style>