Shades of Fiji Green #5E640E
Tints of Fiji Green #5E640E
RGB
CMYK
RGB Variations
Color information
#5E640E (or 0x5E640E) is known color: Fiji Green. HEX triplet: 5E, 64 and 0E. RGB value is (94,100,14). Sum of RGB (Red+Green+Blue) = 94+100+14=208 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.19% from 208); Green value is 100 (39.45% from 255 or 48.08% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 100 - color contains mainly: green. Hex color #5E640E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E640E is #A19BF1. Grayscale: #585858. Windows color (decimal): -10591218 or 943198. OLE color: 943198.
HSL color Cylindrical-coordinate representation of color #5E640E: hue angle of 64.19º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E640E is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 100 | 14 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.61 |
| HSL | 64.19º | 0.75% | 0.22% | - |
| HSV(B) | 64.19º | 0.86% | 0.39% | - |
| XYZ | 9.25 | 11.53 | 2.15 | - |
| YUV | 88.4 | 86.01 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 100 | 14 | 0.06 | 0 | 0.86 | 0.61 | 64.19 | 0.75 | 0.22 |
| Hex | 5E | 64 | E | 6 | 0 | 56 | 3D | 40 | 4B | 16 |
| Octal | 136 | 144 | 16 | 6 | 0 | 126 | 75 | 100 | 113 | 26 |
| Binary | 1011110 | 1100100 | 1110 | 110 | 0 | 1010110 | 111101 | 1000000 | 1001011 | 10110 |
Color Harmonies of #5E640E
Complementary color
Monochromatic Colors of #5E640E
Black with #5E640E
Text Example
Text Example
White with #5E640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E640E; }
p { color: rgb(94,100,14); }
H1.HeaderClassName
{
color: #5E640E;
}
.AnyTagClassName
{
color: #5E640E;
}
</style>
background-color css
<style>
a { background-color: #5E640E; }
a { background-color: rgb(94,100,14); }
div.DivClassName
{
background-color: #5E640E;
}
.BgClassName
{
background-color: #5E640E;
}
</style>
border-color css
<style>
span { border-color: #5E640E; }
span { border-color: rgb(94,100,14); }
td.TdClassName
{
border-color: #5E640E;
}
.TagClassName
{
border-color: #5E640E;
}
</style>