Shades of Christi #77AA04
Tints of Christi #77AA04
RGB
CMYK
RGB Variations
Color information
#77AA04 (or 0x77AA04) is known color: Christi. HEX triplet: 77, AA and 04. RGB value is (119,170,4). Sum of RGB (Red+Green+Blue) = 119+170+4=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 170 (66.80% from 255 or 58.02% from 293); Blue value is 4 (1.95% from 255 or 1.37% from 293); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77AA04 is #8855FB. Grayscale: #888888. Windows color (decimal): -8934908 or 305783. OLE color: 305783.
HSL color Cylindrical-coordinate representation of color #77AA04: hue angle of 78.43º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #77AA04 is Cyan = 0.3, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 170 | 4 | - |
| CMYK | 0.3 | 0 | 0.98 | 0.33 |
| HSL | 78.43º | 0.95% | 0.34% | - |
| HSV(B) | 78.43º | 0.98% | 0.67% | - |
| XYZ | 22 | 32.68 | 5.26 | - |
| YUV | 135.83 | 53.6 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 170 | 4 | 0.3 | 0 | 0.98 | 0.33 | 78.43 | 0.95 | 0.34 |
| Hex | 77 | AA | 4 | 1E | 0 | 62 | 21 | 4E | 5F | 22 |
| Octal | 167 | 252 | 4 | 36 | 0 | 142 | 41 | 116 | 137 | 42 |
| Binary | 1110111 | 10101010 | 100 | 11110 | 0 | 1100010 | 100001 | 1001110 | 1011111 | 100010 |
Color Harmonies of #77AA04
Complementary color
Monochromatic Colors of #77AA04
Black with #77AA04
Text Example
Text Example
White with #77AA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AA04; }
p { color: rgb(119,170,4); }
H1.HeaderClassName
{
color: #77AA04;
}
.AnyTagClassName
{
color: #77AA04;
}
</style>
background-color css
<style>
a { background-color: #77AA04; }
a { background-color: rgb(119,170,4); }
div.DivClassName
{
background-color: #77AA04;
}
.BgClassName
{
background-color: #77AA04;
}
</style>
border-color css
<style>
span { border-color: #77AA04; }
span { border-color: rgb(119,170,4); }
td.TdClassName
{
border-color: #77AA04;
}
.TagClassName
{
border-color: #77AA04;
}
</style>