Shades of Christi #77AB0C
Tints of Christi #77AB0C
RGB
CMYK
RGB Variations
Color information
#77AB0C (or 0x77AB0C) is known color: Christi. HEX triplet: 77, AB and 0C. RGB value is (119,171,12). Sum of RGB (Red+Green+Blue) = 119+171+12=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 171 (67.19% from 255 or 56.62% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 171 - color contains mainly: green. Hex color #77AB0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77AB0C is #8854F3. Grayscale: #898989. Windows color (decimal): -8934644 or 830327. OLE color: 830327.
HSL color Cylindrical-coordinate representation of color #77AB0C: hue angle of 79.62º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77AB0C is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 171 | 12 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.33 |
| HSL | 79.62º | 0.87% | 0.36% | - |
| HSV(B) | 79.62º | 0.93% | 0.67% | - |
| XYZ | 22.24 | 33.07 | 5.56 | - |
| YUV | 137.33 | 57.27 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 171 | 12 | 0.30 | 0 | 0.93 | 0.33 | 79.62 | 0.87 | 0.36 |
| Hex | 77 | AB | C | 1E | 0 | 5D | 21 | 50 | 57 | 24 |
| Octal | 167 | 253 | 14 | 36 | 0 | 135 | 41 | 120 | 127 | 44 |
| Binary | 1110111 | 10101011 | 1100 | 11110 | 0 | 1011101 | 100001 | 1010000 | 1010111 | 100100 |
Color Harmonies of #77AB0C
Complementary color
Monochromatic Colors of #77AB0C
Black with #77AB0C
Text Example
Text Example
White with #77AB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AB0C; }
p { color: rgb(119,171,12); }
H1.HeaderClassName
{
color: #77AB0C;
}
.AnyTagClassName
{
color: #77AB0C;
}
</style>
background-color css
<style>
a { background-color: #77AB0C; }
a { background-color: rgb(119,171,12); }
div.DivClassName
{
background-color: #77AB0C;
}
.BgClassName
{
background-color: #77AB0C;
}
</style>
border-color css
<style>
span { border-color: #77AB0C; }
span { border-color: rgb(119,171,12); }
td.TdClassName
{
border-color: #77AB0C;
}
.TagClassName
{
border-color: #77AB0C;
}
</style>