Shades of Fiji Green #5E781B
Tints of Fiji Green #5E781B
RGB
CMYK
RGB Variations
Color information
#5E781B (or 0x5E781B) is known color: Fiji Green. HEX triplet: 5E, 78 and 1B. RGB value is (94,120,27). Sum of RGB (Red+Green+Blue) = 94+120+27=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 120 (47.27% from 255 or 49.79% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 120 - color contains mainly: green. Hex color #5E781B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E781B is #A187E4. Grayscale: #656565. Windows color (decimal): -10586085 or 1800286. OLE color: 1800286.
HSL color Cylindrical-coordinate representation of color #5E781B: hue angle of 76.77º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E781B is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 120 | 27 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.53 |
| HSL | 76.77º | 0.63% | 0.29% | - |
| HSV(B) | 76.77º | 0.78% | 0.47% | - |
| XYZ | 11.53 | 15.89 | 3.5 | - |
| YUV | 101.62 | 85.89 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 120 | 27 | 0.22 | 0 | 0.78 | 0.53 | 76.77 | 0.63 | 0.29 |
| Hex | 5E | 78 | 1B | 16 | 0 | 4E | 35 | 4D | 3F | 1D |
| Octal | 136 | 170 | 33 | 26 | 0 | 116 | 65 | 115 | 77 | 35 |
| Binary | 1011110 | 1111000 | 11011 | 10110 | 0 | 1001110 | 110101 | 1001101 | 111111 | 11101 |
Color Harmonies of #5E781B
Complementary color
Monochromatic Colors of #5E781B
Black with #5E781B
Text Example
Text Example
White with #5E781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E781B; }
p { color: rgb(94,120,27); }
H1.HeaderClassName
{
color: #5E781B;
}
.AnyTagClassName
{
color: #5E781B;
}
</style>
background-color css
<style>
a { background-color: #5E781B; }
a { background-color: rgb(94,120,27); }
div.DivClassName
{
background-color: #5E781B;
}
.BgClassName
{
background-color: #5E781B;
}
</style>
border-color css
<style>
span { border-color: #5E781B; }
span { border-color: rgb(94,120,27); }
td.TdClassName
{
border-color: #5E781B;
}
.TagClassName
{
border-color: #5E781B;
}
</style>