Shades of Fiji Green #5E6220
Tints of Fiji Green #5E6220
RGB
CMYK
RGB Variations
Color information
#5E6220 (or 0x5E6220) is known color: Fiji Green. HEX triplet: 5E, 62 and 20. RGB value is (94,98,32). Sum of RGB (Red+Green+Blue) = 94+98+32=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #5E6220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6220 is #A19DDF. Grayscale: #595959. Windows color (decimal): -10591712 or 2122334. OLE color: 2122334.
HSL color Cylindrical-coordinate representation of color #5E6220: hue angle of 63.64º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E6220 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 98 | 32 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.62 |
| HSL | 63.64º | 0.51% | 0.25% | - |
| HSV(B) | 63.64º | 0.67% | 0.38% | - |
| XYZ | 9.24 | 11.22 | 3.04 | - |
| YUV | 89.28 | 95.67 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 98 | 32 | 0.04 | 0 | 0.67 | 0.62 | 63.64 | 0.51 | 0.25 |
| Hex | 5E | 62 | 20 | 4 | 0 | 43 | 3E | 40 | 33 | 19 |
| Octal | 136 | 142 | 40 | 4 | 0 | 103 | 76 | 100 | 63 | 31 |
| Binary | 1011110 | 1100010 | 100000 | 100 | 0 | 1000011 | 111110 | 1000000 | 110011 | 11001 |
Color Harmonies of #5E6220
Complementary color
Monochromatic Colors of #5E6220
Black with #5E6220
Text Example
Text Example
White with #5E6220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6220; }
p { color: rgb(94,98,32); }
H1.HeaderClassName
{
color: #5E6220;
}
.AnyTagClassName
{
color: #5E6220;
}
</style>
background-color css
<style>
a { background-color: #5E6220; }
a { background-color: rgb(94,98,32); }
div.DivClassName
{
background-color: #5E6220;
}
.BgClassName
{
background-color: #5E6220;
}
</style>
border-color css
<style>
span { border-color: #5E6220; }
span { border-color: rgb(94,98,32); }
td.TdClassName
{
border-color: #5E6220;
}
.TagClassName
{
border-color: #5E6220;
}
</style>