Shades of Fiji Green #5A771A
Tints of Fiji Green #5A771A
RGB
CMYK
RGB Variations
Color information
#5A771A (or 0x5A771A) is known color: Fiji Green. HEX triplet: 5A, 77 and 1A. RGB value is (90,119,26). Sum of RGB (Red+Green+Blue) = 90+119+26=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #5A771A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A771A is #A588E5. Grayscale: #646464. Windows color (decimal): -10848486 or 1734490. OLE color: 1734490.
HSL color Cylindrical-coordinate representation of color #5A771A: hue angle of 78.71º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A771A is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 119 | 26 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.53 |
| HSL | 78.71º | 0.64% | 0.28% | - |
| HSV(B) | 78.71º | 0.78% | 0.47% | - |
| XYZ | 11 | 15.44 | 3.38 | - |
| YUV | 99.73 | 86.39 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 119 | 26 | 0.24 | 0 | 0.78 | 0.53 | 78.71 | 0.64 | 0.28 |
| Hex | 5A | 77 | 1A | 18 | 0 | 4E | 35 | 4F | 40 | 1C |
| Octal | 132 | 167 | 32 | 30 | 0 | 116 | 65 | 117 | 100 | 34 |
| Binary | 1011010 | 1110111 | 11010 | 11000 | 0 | 1001110 | 110101 | 1001111 | 1000000 | 11100 |
Color Harmonies of #5A771A
Complementary color
Monochromatic Colors of #5A771A
Black with #5A771A
Text Example
Text Example
White with #5A771A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A771A; }
p { color: rgb(90,119,26); }
H1.HeaderClassName
{
color: #5A771A;
}
.AnyTagClassName
{
color: #5A771A;
}
</style>
background-color css
<style>
a { background-color: #5A771A; }
a { background-color: rgb(90,119,26); }
div.DivClassName
{
background-color: #5A771A;
}
.BgClassName
{
background-color: #5A771A;
}
</style>
border-color css
<style>
span { border-color: #5A771A; }
span { border-color: rgb(90,119,26); }
td.TdClassName
{
border-color: #5A771A;
}
.TagClassName
{
border-color: #5A771A;
}
</style>