Shades of Christi #77A613
Tints of Christi #77A613
RGB
CMYK
RGB Variations
Color information
#77A613 (or 0x77A613) is known color: Christi. HEX triplet: 77, A6 and 13. RGB value is (119,166,19). Sum of RGB (Red+Green+Blue) = 119+166+19=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 166 (65.23% from 255 or 54.61% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 166 - color contains mainly: green. Hex color #77A613 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77A613 is #8859EC. Grayscale: #878787. Windows color (decimal): -8935917 or 1287799. OLE color: 1287799.
HSL color Cylindrical-coordinate representation of color #77A613: hue angle of 79.18º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77A613 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 166 | 19 | - |
| CMYK | 0.28 | 0 | 0.89 | 0.35 |
| HSL | 79.18º | 0.79% | 0.36% | - |
| HSV(B) | 79.18º | 0.89% | 0.65% | - |
| XYZ | 21.36 | 31.24 | 5.52 | - |
| YUV | 135.19 | 62.43 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 166 | 19 | 0.28 | 0 | 0.89 | 0.35 | 79.18 | 0.79 | 0.36 |
| Hex | 77 | A6 | 13 | 1C | 0 | 59 | 23 | 4F | 4F | 24 |
| Octal | 167 | 246 | 23 | 34 | 0 | 131 | 43 | 117 | 117 | 44 |
| Binary | 1110111 | 10100110 | 10011 | 11100 | 0 | 1011001 | 100011 | 1001111 | 1001111 | 100100 |
Color Harmonies of #77A613
Complementary color
Monochromatic Colors of #77A613
Black with #77A613
Text Example
Text Example
White with #77A613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A613; }
p { color: rgb(119,166,19); }
H1.HeaderClassName
{
color: #77A613;
}
.AnyTagClassName
{
color: #77A613;
}
</style>
background-color css
<style>
a { background-color: #77A613; }
a { background-color: rgb(119,166,19); }
div.DivClassName
{
background-color: #77A613;
}
.BgClassName
{
background-color: #77A613;
}
</style>
border-color css
<style>
span { border-color: #77A613; }
span { border-color: rgb(119,166,19); }
td.TdClassName
{
border-color: #77A613;
}
.TagClassName
{
border-color: #77A613;
}
</style>