Shades of Christi #77AC01
Tints of Christi #77AC01
RGB
CMYK
RGB Variations
Color information
#77AC01 (or 0x77AC01) is known color: Christi. HEX triplet: 77, AC and 01. RGB value is (119,172,1). Sum of RGB (Red+Green+Blue) = 119+172+1=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 172 (67.58% from 255 or 58.90% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 172 - color contains mainly: green. Hex color #77AC01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77AC01 is #8853FE. Grayscale: #898989. Windows color (decimal): -8934399 or 109687. OLE color: 109687.
HSL color Cylindrical-coordinate representation of color #77AC01: hue angle of 78.6º 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 #77AC01 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 172 | 1 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.33 |
| HSL | 78.6º | 0.99% | 0.34% | - |
| HSV(B) | 78.6º | 0.99% | 0.67% | - |
| XYZ | 22.37 | 33.43 | 5.3 | - |
| YUV | 136.66 | 51.44 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 172 | 1 | 0.31 | 0 | 0.99 | 0.33 | 78.6 | 0.99 | 0.34 |
| Hex | 77 | AC | 1 | 1F | 0 | 63 | 21 | 4F | 63 | 22 |
| Octal | 167 | 254 | 1 | 37 | 0 | 143 | 41 | 117 | 143 | 42 |
| Binary | 1110111 | 10101100 | 1 | 11111 | 0 | 1100011 | 100001 | 1001111 | 1100011 | 100010 |
Color Harmonies of #77AC01
Complementary color
Monochromatic Colors of #77AC01
Black with #77AC01
Text Example
Text Example
White with #77AC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AC01; }
p { color: rgb(119,172,1); }
H1.HeaderClassName
{
color: #77AC01;
}
.AnyTagClassName
{
color: #77AC01;
}
</style>
background-color css
<style>
a { background-color: #77AC01; }
a { background-color: rgb(119,172,1); }
div.DivClassName
{
background-color: #77AC01;
}
.BgClassName
{
background-color: #77AC01;
}
</style>
border-color css
<style>
span { border-color: #77AC01; }
span { border-color: rgb(119,172,1); }
td.TdClassName
{
border-color: #77AC01;
}
.TagClassName
{
border-color: #77AC01;
}
</style>