Shades of Fiji Green #5E7021
Tints of Fiji Green #5E7021
RGB
CMYK
RGB Variations
Color information
#5E7021 (or 0x5E7021) is known color: Fiji Green. HEX triplet: 5E, 70 and 21. RGB value is (94,112,33). Sum of RGB (Red+Green+Blue) = 94+112+33=239 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.33% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 33 (13.28% from 255 or 13.81% from 239); Max value from RGB is 112 - color contains mainly: green. Hex color #5E7021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7021 is #A18FDE. Grayscale: #616161. Windows color (decimal): -10588127 or 2191454. OLE color: 2191454.
HSL color Cylindrical-coordinate representation of color #5E7021: hue angle of 73.67º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E7021 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 112 | 33 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.56 |
| HSL | 73.67º | 0.54% | 0.28% | - |
| HSV(B) | 73.67º | 0.71% | 0.44% | - |
| XYZ | 10.68 | 14.08 | 3.59 | - |
| YUV | 97.61 | 91.54 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 112 | 33 | 0.16 | 0 | 0.71 | 0.56 | 73.67 | 0.54 | 0.28 |
| Hex | 5E | 70 | 21 | 10 | 0 | 47 | 38 | 4A | 36 | 1C |
| Octal | 136 | 160 | 41 | 20 | 0 | 107 | 70 | 112 | 66 | 34 |
| Binary | 1011110 | 1110000 | 100001 | 10000 | 0 | 1000111 | 111000 | 1001010 | 110110 | 11100 |
Color Harmonies of #5E7021
Complementary color
Monochromatic Colors of #5E7021
Black with #5E7021
Text Example
Text Example
White with #5E7021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7021; }
p { color: rgb(94,112,33); }
H1.HeaderClassName
{
color: #5E7021;
}
.AnyTagClassName
{
color: #5E7021;
}
</style>
background-color css
<style>
a { background-color: #5E7021; }
a { background-color: rgb(94,112,33); }
div.DivClassName
{
background-color: #5E7021;
}
.BgClassName
{
background-color: #5E7021;
}
</style>
border-color css
<style>
span { border-color: #5E7021; }
span { border-color: rgb(94,112,33); }
td.TdClassName
{
border-color: #5E7021;
}
.TagClassName
{
border-color: #5E7021;
}
</style>