Shades of Christi #77AA01
Tints of Christi #77AA01
RGB
CMYK
RGB Variations
Color information
#77AA01 (or 0x77AA01) is known color: Christi. HEX triplet: 77, AA and 01. RGB value is (119,170,1). Sum of RGB (Red+Green+Blue) = 119+170+1=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 170 (66.80% from 255 or 58.62% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77AA01 is #8855FE. Grayscale: #888888. Windows color (decimal): -8934911 or 109175. OLE color: 109175.
HSL color Cylindrical-coordinate representation of color #77AA01: hue angle of 78.11º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #77AA01 is Cyan = 0.3, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 170 | 1 | - |
| CMYK | 0.3 | 0 | 0.99 | 0.33 |
| HSL | 78.11º | 0.99% | 0.34% | - |
| HSV(B) | 78.11º | 0.99% | 0.67% | - |
| XYZ | 21.99 | 32.67 | 5.18 | - |
| YUV | 135.49 | 52.1 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 170 | 1 | 0.3 | 0 | 0.99 | 0.33 | 78.11 | 0.99 | 0.34 |
| Hex | 77 | AA | 1 | 1E | 0 | 63 | 21 | 4E | 63 | 22 |
| Octal | 167 | 252 | 1 | 36 | 0 | 143 | 41 | 116 | 143 | 42 |
| Binary | 1110111 | 10101010 | 1 | 11110 | 0 | 1100011 | 100001 | 1001110 | 1100011 | 100010 |
Color Harmonies of #77AA01
Complementary color
Monochromatic Colors of #77AA01
Black with #77AA01
Text Example
Text Example
White with #77AA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AA01; }
p { color: rgb(119,170,1); }
H1.HeaderClassName
{
color: #77AA01;
}
.AnyTagClassName
{
color: #77AA01;
}
</style>
background-color css
<style>
a { background-color: #77AA01; }
a { background-color: rgb(119,170,1); }
div.DivClassName
{
background-color: #77AA01;
}
.BgClassName
{
background-color: #77AA01;
}
</style>
border-color css
<style>
span { border-color: #77AA01; }
span { border-color: rgb(119,170,1); }
td.TdClassName
{
border-color: #77AA01;
}
.TagClassName
{
border-color: #77AA01;
}
</style>