Shades of Christi #77AE0F
Tints of Christi #77AE0F
RGB
CMYK
RGB Variations
Color information
#77AE0F (or 0x77AE0F) is known color: Christi. HEX triplet: 77, AE and 0F. RGB value is (119,174,15). Sum of RGB (Red+Green+Blue) = 119+174+15=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 174 (68.36% from 255 or 56.49% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 174 - color contains mainly: green. Hex color #77AE0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77AE0F is #8851F0. Grayscale: #8C8C8C. Windows color (decimal): -8933873 or 1027703. OLE color: 1027703.
HSL color Cylindrical-coordinate representation of color #77AE0F: hue angle of 80.75º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77AE0F is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 174 | 15 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.32 |
| HSL | 80.75º | 0.84% | 0.37% | - |
| HSV(B) | 80.75º | 0.91% | 0.68% | - |
| XYZ | 22.83 | 34.23 | 5.86 | - |
| YUV | 139.43 | 57.78 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 174 | 15 | 0.32 | 0 | 0.91 | 0.32 | 80.75 | 0.84 | 0.37 |
| Hex | 77 | AE | F | 20 | 0 | 5B | 20 | 51 | 54 | 25 |
| Octal | 167 | 256 | 17 | 40 | 0 | 133 | 40 | 121 | 124 | 45 |
| Binary | 1110111 | 10101110 | 1111 | 100000 | 0 | 1011011 | 100000 | 1010001 | 1010100 | 100101 |
Color Harmonies of #77AE0F
Complementary color
Monochromatic Colors of #77AE0F
Black with #77AE0F
Text Example
Text Example
White with #77AE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AE0F; }
p { color: rgb(119,174,15); }
H1.HeaderClassName
{
color: #77AE0F;
}
.AnyTagClassName
{
color: #77AE0F;
}
</style>
background-color css
<style>
a { background-color: #77AE0F; }
a { background-color: rgb(119,174,15); }
div.DivClassName
{
background-color: #77AE0F;
}
.BgClassName
{
background-color: #77AE0F;
}
</style>
border-color css
<style>
span { border-color: #77AE0F; }
span { border-color: rgb(119,174,15); }
td.TdClassName
{
border-color: #77AE0F;
}
.TagClassName
{
border-color: #77AE0F;
}
</style>