Shades of Fiji Green #5E610E
Tints of Fiji Green #5E610E
RGB
CMYK
RGB Variations
Color information
#5E610E (or 0x5E610E) is known color: Fiji Green. HEX triplet: 5E, 61 and 0E. RGB value is (94,97,14). Sum of RGB (Red+Green+Blue) = 94+97+14=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #5E610E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E610E is #A19EF1. Grayscale: #565656. Windows color (decimal): -10591986 or 942430. OLE color: 942430.
HSL color Cylindrical-coordinate representation of color #5E610E: hue angle of 62.17º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E610E is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 97 | 14 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.62 |
| HSL | 62.17º | 0.75% | 0.22% | - |
| HSV(B) | 62.17º | 0.86% | 0.38% | - |
| XYZ | 8.97 | 10.96 | 2.06 | - |
| YUV | 86.64 | 87.01 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 97 | 14 | 0.03 | 0 | 0.86 | 0.62 | 62.17 | 0.75 | 0.22 |
| Hex | 5E | 61 | E | 3 | 0 | 56 | 3E | 3E | 4B | 16 |
| Octal | 136 | 141 | 16 | 3 | 0 | 126 | 76 | 76 | 113 | 26 |
| Binary | 1011110 | 1100001 | 1110 | 11 | 0 | 1010110 | 111110 | 111110 | 1001011 | 10110 |
Color Harmonies of #5E610E
Complementary color
Monochromatic Colors of #5E610E
Black with #5E610E
Text Example
Text Example
White with #5E610E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E610E; }
p { color: rgb(94,97,14); }
H1.HeaderClassName
{
color: #5E610E;
}
.AnyTagClassName
{
color: #5E610E;
}
</style>
background-color css
<style>
a { background-color: #5E610E; }
a { background-color: rgb(94,97,14); }
div.DivClassName
{
background-color: #5E610E;
}
.BgClassName
{
background-color: #5E610E;
}
</style>
border-color css
<style>
span { border-color: #5E610E; }
span { border-color: rgb(94,97,14); }
td.TdClassName
{
border-color: #5E610E;
}
.TagClassName
{
border-color: #5E610E;
}
</style>