Shades of Christi #77AB01
Tints of Christi #77AB01
RGB
CMYK
RGB Variations
Color information
#77AB01 (or 0x77AB01) is known color: Christi. HEX triplet: 77, AB and 01. RGB value is (119,171,1). Sum of RGB (Red+Green+Blue) = 119+171+1=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 171 (67.19% from 255 or 58.76% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 171 - color contains mainly: green. Hex color #77AB01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77AB01 is #8854FE. Grayscale: #888888. Windows color (decimal): -8934655 or 109431. OLE color: 109431.
HSL color Cylindrical-coordinate representation of color #77AB01: hue angle of 78.35º 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 #77AB01 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 171 | 1 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.33 |
| HSL | 78.35º | 0.99% | 0.34% | - |
| HSV(B) | 78.35º | 0.99% | 0.67% | - |
| XYZ | 22.18 | 33.05 | 5.24 | - |
| YUV | 136.07 | 51.77 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 171 | 1 | 0.30 | 0 | 0.99 | 0.33 | 78.35 | 0.99 | 0.34 |
| Hex | 77 | AB | 1 | 1E | 0 | 63 | 21 | 4E | 63 | 22 |
| Octal | 167 | 253 | 1 | 36 | 0 | 143 | 41 | 116 | 143 | 42 |
| Binary | 1110111 | 10101011 | 1 | 11110 | 0 | 1100011 | 100001 | 1001110 | 1100011 | 100010 |
Color Harmonies of #77AB01
Complementary color
Monochromatic Colors of #77AB01
Black with #77AB01
Text Example
Text Example
White with #77AB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AB01; }
p { color: rgb(119,171,1); }
H1.HeaderClassName
{
color: #77AB01;
}
.AnyTagClassName
{
color: #77AB01;
}
</style>
background-color css
<style>
a { background-color: #77AB01; }
a { background-color: rgb(119,171,1); }
div.DivClassName
{
background-color: #77AB01;
}
.BgClassName
{
background-color: #77AB01;
}
</style>
border-color css
<style>
span { border-color: #77AB01; }
span { border-color: rgb(119,171,1); }
td.TdClassName
{
border-color: #77AB01;
}
.TagClassName
{
border-color: #77AB01;
}
</style>