Shades of Christi #77AB0A
Tints of Christi #77AB0A
RGB
CMYK
RGB Variations
Color information
#77AB0A (or 0x77AB0A) is known color: Christi. HEX triplet: 77, AB and 0A. RGB value is (119,171,10). Sum of RGB (Red+Green+Blue) = 119+171+10=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 171 (67.19% from 255 or 57% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 171 - color contains mainly: green. Hex color #77AB0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77AB0A is #8854F5. Grayscale: #898989. Windows color (decimal): -8934646 or 699255. OLE color: 699255.
HSL color Cylindrical-coordinate representation of color #77AB0A: hue angle of 79.38º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77AB0A is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 171 | 10 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.33 |
| HSL | 79.38º | 0.89% | 0.35% | - |
| HSV(B) | 79.38º | 0.94% | 0.67% | - |
| XYZ | 22.23 | 33.07 | 5.5 | - |
| YUV | 137.1 | 56.27 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 171 | 10 | 0.30 | 0 | 0.94 | 0.33 | 79.38 | 0.89 | 0.35 |
| Hex | 77 | AB | A | 1E | 0 | 5E | 21 | 4F | 59 | 23 |
| Octal | 167 | 253 | 12 | 36 | 0 | 136 | 41 | 117 | 131 | 43 |
| Binary | 1110111 | 10101011 | 1010 | 11110 | 0 | 1011110 | 100001 | 1001111 | 1011001 | 100011 |
Color Harmonies of #77AB0A
Complementary color
Monochromatic Colors of #77AB0A
Black with #77AB0A
Text Example
Text Example
White with #77AB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AB0A; }
p { color: rgb(119,171,10); }
H1.HeaderClassName
{
color: #77AB0A;
}
.AnyTagClassName
{
color: #77AB0A;
}
</style>
background-color css
<style>
a { background-color: #77AB0A; }
a { background-color: rgb(119,171,10); }
div.DivClassName
{
background-color: #77AB0A;
}
.BgClassName
{
background-color: #77AB0A;
}
</style>
border-color css
<style>
span { border-color: #77AB0A; }
span { border-color: rgb(119,171,10); }
td.TdClassName
{
border-color: #77AB0A;
}
.TagClassName
{
border-color: #77AB0A;
}
</style>