Shades of Fiji Green #5E7520
Tints of Fiji Green #5E7520
RGB
CMYK
RGB Variations
Color information
#5E7520 (or 0x5E7520) is known color: Fiji Green. HEX triplet: 5E, 75 and 20. RGB value is (94,117,32). Sum of RGB (Red+Green+Blue) = 94+117+32=243 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.68% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #5E7520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7520 is #A18ADF. Grayscale: #646464. Windows color (decimal): -10586848 or 2127198. OLE color: 2127198.
HSL color Cylindrical-coordinate representation of color #5E7520: hue angle of 76.24º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E7520 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 117 | 32 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.54 |
| HSL | 76.24º | 0.57% | 0.29% | - |
| HSV(B) | 76.24º | 0.73% | 0.46% | - |
| XYZ | 11.24 | 15.21 | 3.71 | - |
| YUV | 100.43 | 89.38 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 117 | 32 | 0.20 | 0 | 0.73 | 0.54 | 76.24 | 0.57 | 0.29 |
| Hex | 5E | 75 | 20 | 14 | 0 | 49 | 36 | 4C | 39 | 1D |
| Octal | 136 | 165 | 40 | 24 | 0 | 111 | 66 | 114 | 71 | 35 |
| Binary | 1011110 | 1110101 | 100000 | 10100 | 0 | 1001001 | 110110 | 1001100 | 111001 | 11101 |
Color Harmonies of #5E7520
Complementary color
Monochromatic Colors of #5E7520
Black with #5E7520
Text Example
Text Example
White with #5E7520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7520; }
p { color: rgb(94,117,32); }
H1.HeaderClassName
{
color: #5E7520;
}
.AnyTagClassName
{
color: #5E7520;
}
</style>
background-color css
<style>
a { background-color: #5E7520; }
a { background-color: rgb(94,117,32); }
div.DivClassName
{
background-color: #5E7520;
}
.BgClassName
{
background-color: #5E7520;
}
</style>
border-color css
<style>
span { border-color: #5E7520; }
span { border-color: rgb(94,117,32); }
td.TdClassName
{
border-color: #5E7520;
}
.TagClassName
{
border-color: #5E7520;
}
</style>