Shades of Christi #77A203
Tints of Christi #77A203
RGB
CMYK
RGB Variations
Color information
#77A203 (or 0x77A203) is known color: Christi. HEX triplet: 77, A2 and 03. RGB value is (119,162,3). Sum of RGB (Red+Green+Blue) = 119+162+3=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 162 (63.67% from 255 or 57.04% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 162 - color contains mainly: green. Hex color #77A203 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77A203 is #885DFC. Grayscale: #838383. Windows color (decimal): -8936957 or 238199. OLE color: 238199.
HSL color Cylindrical-coordinate representation of color #77A203: hue angle of 76.23º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #77A203 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 162 | 3 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.36 |
| HSL | 76.23º | 0.96% | 0.32% | - |
| HSV(B) | 76.23º | 0.98% | 0.64% | - |
| XYZ | 20.54 | 29.77 | 4.75 | - |
| YUV | 131.02 | 55.75 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 162 | 3 | 0.27 | 0 | 0.98 | 0.36 | 76.23 | 0.96 | 0.32 |
| Hex | 77 | A2 | 3 | 1B | 0 | 62 | 24 | 4C | 60 | 20 |
| Octal | 167 | 242 | 3 | 33 | 0 | 142 | 44 | 114 | 140 | 40 |
| Binary | 1110111 | 10100010 | 11 | 11011 | 0 | 1100010 | 100100 | 1001100 | 1100000 | 100000 |
Color Harmonies of #77A203
Complementary color
Monochromatic Colors of #77A203
Black with #77A203
Text Example
Text Example
White with #77A203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A203; }
p { color: rgb(119,162,3); }
H1.HeaderClassName
{
color: #77A203;
}
.AnyTagClassName
{
color: #77A203;
}
</style>
background-color css
<style>
a { background-color: #77A203; }
a { background-color: rgb(119,162,3); }
div.DivClassName
{
background-color: #77A203;
}
.BgClassName
{
background-color: #77A203;
}
</style>
border-color css
<style>
span { border-color: #77A203; }
span { border-color: rgb(119,162,3); }
td.TdClassName
{
border-color: #77A203;
}
.TagClassName
{
border-color: #77A203;
}
</style>