Shades of Fiji Green #5A7900
Tints of Fiji Green #5A7900
RGB
CMYK
RGB Variations
Color information
#5A7900 (or 0x5A7900) is known color: Fiji Green. HEX triplet: 5A, 79 and 00. RGB value is (90,121,0). Sum of RGB (Red+Green+Blue) = 90+121+0=211 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.65% from 211); Green value is 121 (47.66% from 255 or 57.35% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 121 - color contains mainly: green. Hex color #5A7900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7900 is #A586FF. Grayscale: #626262. Windows color (decimal): -10848000 or 31066. OLE color: 31066.
HSL color Cylindrical-coordinate representation of color #5A7900: hue angle of 75.37º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A7900 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 121 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.53 |
| HSL | 75.37º | 1% | 0.24% | - |
| HSV(B) | 75.37º | 1% | 0.47% | - |
| XYZ | 11.05 | 15.85 | 2.48 | - |
| YUV | 97.94 | 72.73 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 121 | 0 | 0.26 | 0 | 1 | 0.53 | 75.37 | 1 | 0.24 |
| Hex | 5A | 79 | 0 | 1A | 0 | 64 | 35 | 4B | 64 | 18 |
| Octal | 132 | 171 | 0 | 32 | 0 | 144 | 65 | 113 | 144 | 30 |
| Binary | 1011010 | 1111001 | 0 | 11010 | 0 | 1100100 | 110101 | 1001011 | 1100100 | 11000 |
Color Harmonies of #5A7900
Complementary color
Monochromatic Colors of #5A7900
Black with #5A7900
Text Example
Text Example
White with #5A7900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7900; }
p { color: rgb(90,121,0); }
H1.HeaderClassName
{
color: #5A7900;
}
.AnyTagClassName
{
color: #5A7900;
}
</style>
background-color css
<style>
a { background-color: #5A7900; }
a { background-color: rgb(90,121,0); }
div.DivClassName
{
background-color: #5A7900;
}
.BgClassName
{
background-color: #5A7900;
}
</style>
border-color css
<style>
span { border-color: #5A7900; }
span { border-color: rgb(90,121,0); }
td.TdClassName
{
border-color: #5A7900;
}
.TagClassName
{
border-color: #5A7900;
}
</style>