Shades of Christi #77AC0C
Tints of Christi #77AC0C
RGB
CMYK
RGB Variations
Color information
#77AC0C (or 0x77AC0C) is known color: Christi. HEX triplet: 77, AC and 0C. RGB value is (119,172,12). Sum of RGB (Red+Green+Blue) = 119+172+12=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 172 (67.58% from 255 or 56.77% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 172 - color contains mainly: green. Hex color #77AC0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77AC0C is #8853F3. Grayscale: #8A8A8A. Windows color (decimal): -8934388 or 830583. OLE color: 830583.
HSL color Cylindrical-coordinate representation of color #77AC0C: hue angle of 79.88º 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 #77AC0C is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 172 | 12 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.33 |
| HSL | 79.88º | 0.87% | 0.36% | - |
| HSV(B) | 79.88º | 0.93% | 0.67% | - |
| XYZ | 22.43 | 33.45 | 5.62 | - |
| YUV | 137.91 | 56.94 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 172 | 12 | 0.31 | 0 | 0.93 | 0.33 | 79.88 | 0.87 | 0.36 |
| Hex | 77 | AC | C | 1F | 0 | 5D | 21 | 50 | 57 | 24 |
| Octal | 167 | 254 | 14 | 37 | 0 | 135 | 41 | 120 | 127 | 44 |
| Binary | 1110111 | 10101100 | 1100 | 11111 | 0 | 1011101 | 100001 | 1010000 | 1010111 | 100100 |
Color Harmonies of #77AC0C
Complementary color
Monochromatic Colors of #77AC0C
Black with #77AC0C
Text Example
Text Example
White with #77AC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AC0C; }
p { color: rgb(119,172,12); }
H1.HeaderClassName
{
color: #77AC0C;
}
.AnyTagClassName
{
color: #77AC0C;
}
</style>
background-color css
<style>
a { background-color: #77AC0C; }
a { background-color: rgb(119,172,12); }
div.DivClassName
{
background-color: #77AC0C;
}
.BgClassName
{
background-color: #77AC0C;
}
</style>
border-color css
<style>
span { border-color: #77AC0C; }
span { border-color: rgb(119,172,12); }
td.TdClassName
{
border-color: #77AC0C;
}
.TagClassName
{
border-color: #77AC0C;
}
</style>