Shades of Christi #77A20D
Tints of Christi #77A20D
RGB
CMYK
RGB Variations
Color information
#77A20D (or 0x77A20D) is known color: Christi. HEX triplet: 77, A2 and 0D. RGB value is (119,162,13). Sum of RGB (Red+Green+Blue) = 119+162+13=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 162 (63.67% from 255 or 55.10% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 162 - color contains mainly: green. Hex color #77A20D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77A20D is #885DF2. Grayscale: #848484. Windows color (decimal): -8936947 or 893559. OLE color: 893559.
HSL color Cylindrical-coordinate representation of color #77A20D: hue angle of 77.32º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77A20D is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 162 | 13 | - |
| CMYK | 0.27 | 0 | 0.92 | 0.36 |
| HSL | 77.32º | 0.85% | 0.34% | - |
| HSV(B) | 77.32º | 0.92% | 0.64% | - |
| XYZ | 20.6 | 29.79 | 5.05 | - |
| YUV | 132.16 | 60.75 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 162 | 13 | 0.27 | 0 | 0.92 | 0.36 | 77.32 | 0.85 | 0.34 |
| Hex | 77 | A2 | D | 1B | 0 | 5C | 24 | 4D | 55 | 22 |
| Octal | 167 | 242 | 15 | 33 | 0 | 134 | 44 | 115 | 125 | 42 |
| Binary | 1110111 | 10100010 | 1101 | 11011 | 0 | 1011100 | 100100 | 1001101 | 1010101 | 100010 |
Color Harmonies of #77A20D
Complementary color
Monochromatic Colors of #77A20D
Black with #77A20D
Text Example
Text Example
White with #77A20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A20D; }
p { color: rgb(119,162,13); }
H1.HeaderClassName
{
color: #77A20D;
}
.AnyTagClassName
{
color: #77A20D;
}
</style>
background-color css
<style>
a { background-color: #77A20D; }
a { background-color: rgb(119,162,13); }
div.DivClassName
{
background-color: #77A20D;
}
.BgClassName
{
background-color: #77A20D;
}
</style>
border-color css
<style>
span { border-color: #77A20D; }
span { border-color: rgb(119,162,13); }
td.TdClassName
{
border-color: #77A20D;
}
.TagClassName
{
border-color: #77A20D;
}
</style>