Shades of Fiji Green #5A781E
Tints of Fiji Green #5A781E
RGB
CMYK
RGB Variations
Color information
#5A781E (or 0x5A781E) is known color: Fiji Green. HEX triplet: 5A, 78 and 1E. RGB value is (90,120,30). Sum of RGB (Red+Green+Blue) = 90+120+30=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #5A781E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A781E is #A587E1. Grayscale: #656565. Windows color (decimal): -10848226 or 1996890. OLE color: 1996890.
HSL color Cylindrical-coordinate representation of color #5A781E: hue angle of 80º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A781E is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 120 | 30 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.53 |
| HSL | 80º | 0.6% | 0.29% | - |
| HSV(B) | 80º | 0.75% | 0.47% | - |
| XYZ | 11.17 | 15.7 | 3.67 | - |
| YUV | 100.77 | 88.06 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 120 | 30 | 0.25 | 0 | 0.75 | 0.53 | 80 | 0.6 | 0.29 |
| Hex | 5A | 78 | 1E | 19 | 0 | 4B | 35 | 50 | 3C | 1D |
| Octal | 132 | 170 | 36 | 31 | 0 | 113 | 65 | 120 | 74 | 35 |
| Binary | 1011010 | 1111000 | 11110 | 11001 | 0 | 1001011 | 110101 | 1010000 | 111100 | 11101 |
Color Harmonies of #5A781E
Complementary color
Monochromatic Colors of #5A781E
Black with #5A781E
Text Example
Text Example
White with #5A781E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A781E; }
p { color: rgb(90,120,30); }
H1.HeaderClassName
{
color: #5A781E;
}
.AnyTagClassName
{
color: #5A781E;
}
</style>
background-color css
<style>
a { background-color: #5A781E; }
a { background-color: rgb(90,120,30); }
div.DivClassName
{
background-color: #5A781E;
}
.BgClassName
{
background-color: #5A781E;
}
</style>
border-color css
<style>
span { border-color: #5A781E; }
span { border-color: rgb(90,120,30); }
td.TdClassName
{
border-color: #5A781E;
}
.TagClassName
{
border-color: #5A781E;
}
</style>