Shades of Christi #77C00D
Tints of Christi #77C00D
RGB
CMYK
RGB Variations
Color information
#77C00D (or 0x77C00D) is known color: Christi. HEX triplet: 77, C0 and 0D. RGB value is (119,192,13). Sum of RGB (Red+Green+Blue) = 119+192+13=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #77C00D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77C00D is #883FF2. Grayscale: #969696. Windows color (decimal): -8929267 or 901239. OLE color: 901239.
HSL color Cylindrical-coordinate representation of color #77C00D: hue angle of 84.47º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77C00D is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 192 | 13 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.25 |
| HSL | 84.47º | 0.87% | 0.4% | - |
| HSV(B) | 84.47º | 0.93% | 0.75% | - |
| XYZ | 26.53 | 41.65 | 7.02 | - |
| YUV | 149.77 | 50.82 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 192 | 13 | 0.38 | 0 | 0.93 | 0.25 | 84.47 | 0.87 | 0.4 |
| Hex | 77 | C0 | D | 26 | 0 | 5D | 19 | 54 | 57 | 28 |
| Octal | 167 | 300 | 15 | 46 | 0 | 135 | 31 | 124 | 127 | 50 |
| Binary | 1110111 | 11000000 | 1101 | 100110 | 0 | 1011101 | 11001 | 1010100 | 1010111 | 101000 |
Color Harmonies of #77C00D
Complementary color
Monochromatic Colors of #77C00D
Black with #77C00D
Text Example
Text Example
White with #77C00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C00D; }
p { color: rgb(119,192,13); }
H1.HeaderClassName
{
color: #77C00D;
}
.AnyTagClassName
{
color: #77C00D;
}
</style>
background-color css
<style>
a { background-color: #77C00D; }
a { background-color: rgb(119,192,13); }
div.DivClassName
{
background-color: #77C00D;
}
.BgClassName
{
background-color: #77C00D;
}
</style>
border-color css
<style>
span { border-color: #77C00D; }
span { border-color: rgb(119,192,13); }
td.TdClassName
{
border-color: #77C00D;
}
.TagClassName
{
border-color: #77C00D;
}
</style>