Shades of Fiji Green #5E781A
Tints of Fiji Green #5E781A
RGB
CMYK
RGB Variations
Color information
#5E781A (or 0x5E781A) is known color: Fiji Green. HEX triplet: 5E, 78 and 1A. RGB value is (94,120,26). Sum of RGB (Red+Green+Blue) = 94+120+26=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #5E781A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E781A is #A187E5. Grayscale: #656565. Windows color (decimal): -10586086 or 1734750. OLE color: 1734750.
HSL color Cylindrical-coordinate representation of color #5E781A: hue angle of 76.6º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E781A is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 120 | 26 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.53 |
| HSL | 76.6º | 0.64% | 0.29% | - |
| HSV(B) | 76.6º | 0.78% | 0.47% | - |
| XYZ | 11.52 | 15.89 | 3.44 | - |
| YUV | 101.51 | 85.39 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 120 | 26 | 0.22 | 0 | 0.78 | 0.53 | 76.6 | 0.64 | 0.29 |
| Hex | 5E | 78 | 1A | 16 | 0 | 4E | 35 | 4D | 40 | 1D |
| Octal | 136 | 170 | 32 | 26 | 0 | 116 | 65 | 115 | 100 | 35 |
| Binary | 1011110 | 1111000 | 11010 | 10110 | 0 | 1001110 | 110101 | 1001101 | 1000000 | 11101 |
Color Harmonies of #5E781A
Complementary color
Monochromatic Colors of #5E781A
Black with #5E781A
Text Example
Text Example
White with #5E781A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E781A; }
p { color: rgb(94,120,26); }
H1.HeaderClassName
{
color: #5E781A;
}
.AnyTagClassName
{
color: #5E781A;
}
</style>
background-color css
<style>
a { background-color: #5E781A; }
a { background-color: rgb(94,120,26); }
div.DivClassName
{
background-color: #5E781A;
}
.BgClassName
{
background-color: #5E781A;
}
</style>
border-color css
<style>
span { border-color: #5E781A; }
span { border-color: rgb(94,120,26); }
td.TdClassName
{
border-color: #5E781A;
}
.TagClassName
{
border-color: #5E781A;
}
</style>