Shades of Christi #77A300
Tints of Christi #77A300
RGB
CMYK
RGB Variations
Color information
#77A300 (or 0x77A300) is known color: Christi. HEX triplet: 77, A3 and 00. RGB value is (119,163,0). Sum of RGB (Red+Green+Blue) = 119+163+0=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 163 (64.06% from 255 or 57.80% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 163 - color contains mainly: green. Hex color #77A300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77A300 is #885CFF. Grayscale: #838383. Windows color (decimal): -8936704 or 41847. OLE color: 41847.
HSL color Cylindrical-coordinate representation of color #77A300: hue angle of 76.2º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #77A300 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 163 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.36 |
| HSL | 76.2º | 1% | 0.32% | - |
| HSV(B) | 76.2º | 1% | 0.64% | - |
| XYZ | 20.7 | 30.12 | 4.72 | - |
| YUV | 131.26 | 53.92 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 163 | 0 | 0.27 | 0 | 1 | 0.36 | 76.2 | 1 | 0.32 |
| Hex | 77 | A3 | 0 | 1B | 0 | 64 | 24 | 4C | 64 | 20 |
| Octal | 167 | 243 | 0 | 33 | 0 | 144 | 44 | 114 | 144 | 40 |
| Binary | 1110111 | 10100011 | 0 | 11011 | 0 | 1100100 | 100100 | 1001100 | 1100100 | 100000 |
Color Harmonies of #77A300
Complementary color
Monochromatic Colors of #77A300
Black with #77A300
Text Example
Text Example
White with #77A300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A300; }
p { color: rgb(119,163,0); }
H1.HeaderClassName
{
color: #77A300;
}
.AnyTagClassName
{
color: #77A300;
}
</style>
background-color css
<style>
a { background-color: #77A300; }
a { background-color: rgb(119,163,0); }
div.DivClassName
{
background-color: #77A300;
}
.BgClassName
{
background-color: #77A300;
}
</style>
border-color css
<style>
span { border-color: #77A300; }
span { border-color: rgb(119,163,0); }
td.TdClassName
{
border-color: #77A300;
}
.TagClassName
{
border-color: #77A300;
}
</style>