Shades of Fiji Green #5E7714
Tints of Fiji Green #5E7714
RGB
CMYK
RGB Variations
Color information
#5E7714 (or 0x5E7714) is known color: Fiji Green. HEX triplet: 5E, 77 and 14. RGB value is (94,119,20). Sum of RGB (Red+Green+Blue) = 94+119+20=233 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.34% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #5E7714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7714 is #A188EB. Grayscale: #646464. Windows color (decimal): -10586348 or 1341278. OLE color: 1341278.
HSL color Cylindrical-coordinate representation of color #5E7714: hue angle of 75.15º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E7714 is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 119 | 20 | - |
| CMYK | 0.21 | 0 | 0.83 | 0.53 |
| HSL | 75.15º | 0.71% | 0.27% | - |
| HSV(B) | 75.15º | 0.83% | 0.47% | - |
| XYZ | 11.34 | 15.62 | 3.08 | - |
| YUV | 100.24 | 82.72 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 119 | 20 | 0.21 | 0 | 0.83 | 0.53 | 75.15 | 0.71 | 0.27 |
| Hex | 5E | 77 | 14 | 15 | 0 | 53 | 35 | 4B | 47 | 1B |
| Octal | 136 | 167 | 24 | 25 | 0 | 123 | 65 | 113 | 107 | 33 |
| Binary | 1011110 | 1110111 | 10100 | 10101 | 0 | 1010011 | 110101 | 1001011 | 1000111 | 11011 |
Color Harmonies of #5E7714
Complementary color
Monochromatic Colors of #5E7714
Black with #5E7714
Text Example
Text Example
White with #5E7714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7714; }
p { color: rgb(94,119,20); }
H1.HeaderClassName
{
color: #5E7714;
}
.AnyTagClassName
{
color: #5E7714;
}
</style>
background-color css
<style>
a { background-color: #5E7714; }
a { background-color: rgb(94,119,20); }
div.DivClassName
{
background-color: #5E7714;
}
.BgClassName
{
background-color: #5E7714;
}
</style>
border-color css
<style>
span { border-color: #5E7714; }
span { border-color: rgb(94,119,20); }
td.TdClassName
{
border-color: #5E7714;
}
.TagClassName
{
border-color: #5E7714;
}
</style>