Shades of Christi #77AA06
Tints of Christi #77AA06
RGB
CMYK
RGB Variations
Color information
#77AA06 (or 0x77AA06) is known color: Christi. HEX triplet: 77, AA and 06. RGB value is (119,170,6). Sum of RGB (Red+Green+Blue) = 119+170+6=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 6 (2.73% from 255 or 2.03% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77AA06 is #8855F9. Grayscale: #888888. Windows color (decimal): -8934906 or 436855. OLE color: 436855.
HSL color Cylindrical-coordinate representation of color #77AA06: hue angle of 78.66º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #77AA06 is Cyan = 0.3, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 170 | 6 | - |
| CMYK | 0.3 | 0 | 0.96 | 0.33 |
| HSL | 78.66º | 0.93% | 0.35% | - |
| HSV(B) | 78.66º | 0.96% | 0.67% | - |
| XYZ | 22.02 | 32.68 | 5.32 | - |
| YUV | 136.06 | 54.6 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 170 | 6 | 0.3 | 0 | 0.96 | 0.33 | 78.66 | 0.93 | 0.35 |
| Hex | 77 | AA | 6 | 1E | 0 | 60 | 21 | 4F | 5D | 23 |
| Octal | 167 | 252 | 6 | 36 | 0 | 140 | 41 | 117 | 135 | 43 |
| Binary | 1110111 | 10101010 | 110 | 11110 | 0 | 1100000 | 100001 | 1001111 | 1011101 | 100011 |
Color Harmonies of #77AA06
Complementary color
Monochromatic Colors of #77AA06
Black with #77AA06
Text Example
Text Example
White with #77AA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AA06; }
p { color: rgb(119,170,6); }
H1.HeaderClassName
{
color: #77AA06;
}
.AnyTagClassName
{
color: #77AA06;
}
</style>
background-color css
<style>
a { background-color: #77AA06; }
a { background-color: rgb(119,170,6); }
div.DivClassName
{
background-color: #77AA06;
}
.BgClassName
{
background-color: #77AA06;
}
</style>
border-color css
<style>
span { border-color: #77AA06; }
span { border-color: rgb(119,170,6); }
td.TdClassName
{
border-color: #77AA06;
}
.TagClassName
{
border-color: #77AA06;
}
</style>