Shades of Fiji Green #5E781D
Tints of Fiji Green #5E781D
RGB
CMYK
RGB Variations
Color information
#5E781D (or 0x5E781D) is known color: Fiji Green. HEX triplet: 5E, 78 and 1D. RGB value is (94,120,29). Sum of RGB (Red+Green+Blue) = 94+120+29=243 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.68% from 243); Green value is 120 (47.27% from 255 or 49.38% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 120 - color contains mainly: green. Hex color #5E781D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E781D is #A187E2. Grayscale: #666666. Windows color (decimal): -10586083 or 1931358. OLE color: 1931358.
HSL color Cylindrical-coordinate representation of color #5E781D: hue angle of 77.14º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E781D is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 120 | 29 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.53 |
| HSL | 77.14º | 0.61% | 0.29% | - |
| HSV(B) | 77.14º | 0.76% | 0.47% | - |
| XYZ | 11.55 | 15.9 | 3.62 | - |
| YUV | 101.85 | 86.89 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 120 | 29 | 0.22 | 0 | 0.76 | 0.53 | 77.14 | 0.61 | 0.29 |
| Hex | 5E | 78 | 1D | 16 | 0 | 4C | 35 | 4D | 3D | 1D |
| Octal | 136 | 170 | 35 | 26 | 0 | 114 | 65 | 115 | 75 | 35 |
| Binary | 1011110 | 1111000 | 11101 | 10110 | 0 | 1001100 | 110101 | 1001101 | 111101 | 11101 |
Color Harmonies of #5E781D
Complementary color
Monochromatic Colors of #5E781D
Black with #5E781D
Text Example
Text Example
White with #5E781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E781D; }
p { color: rgb(94,120,29); }
H1.HeaderClassName
{
color: #5E781D;
}
.AnyTagClassName
{
color: #5E781D;
}
</style>
background-color css
<style>
a { background-color: #5E781D; }
a { background-color: rgb(94,120,29); }
div.DivClassName
{
background-color: #5E781D;
}
.BgClassName
{
background-color: #5E781D;
}
</style>
border-color css
<style>
span { border-color: #5E781D; }
span { border-color: rgb(94,120,29); }
td.TdClassName
{
border-color: #5E781D;
}
.TagClassName
{
border-color: #5E781D;
}
</style>