Shades of Fiji Green #5E6E20
Tints of Fiji Green #5E6E20
RGB
CMYK
RGB Variations
Color information
#5E6E20 (or 0x5E6E20) is known color: Fiji Green. HEX triplet: 5E, 6E and 20. RGB value is (94,110,32). Sum of RGB (Red+Green+Blue) = 94+110+32=236 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.83% from 236); Green value is 110 (43.36% from 255 or 46.61% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 110 - color contains mainly: green. Hex color #5E6E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6E20 is #A191DF. Grayscale: #606060. Windows color (decimal): -10588640 or 2125406. OLE color: 2125406.
HSL color Cylindrical-coordinate representation of color #5E6E20: hue angle of 72.31º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E6E20 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 110 | 32 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.57 |
| HSL | 72.31º | 0.55% | 0.28% | - |
| HSV(B) | 72.31º | 0.71% | 0.43% | - |
| XYZ | 10.45 | 13.64 | 3.45 | - |
| YUV | 96.32 | 91.7 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 110 | 32 | 0.15 | 0 | 0.71 | 0.57 | 72.31 | 0.55 | 0.28 |
| Hex | 5E | 6E | 20 | F | 0 | 47 | 39 | 48 | 37 | 1C |
| Octal | 136 | 156 | 40 | 17 | 0 | 107 | 71 | 110 | 67 | 34 |
| Binary | 1011110 | 1101110 | 100000 | 1111 | 0 | 1000111 | 111001 | 1001000 | 110111 | 11100 |
Color Harmonies of #5E6E20
Complementary color
Monochromatic Colors of #5E6E20
Black with #5E6E20
Text Example
Text Example
White with #5E6E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6E20; }
p { color: rgb(94,110,32); }
H1.HeaderClassName
{
color: #5E6E20;
}
.AnyTagClassName
{
color: #5E6E20;
}
</style>
background-color css
<style>
a { background-color: #5E6E20; }
a { background-color: rgb(94,110,32); }
div.DivClassName
{
background-color: #5E6E20;
}
.BgClassName
{
background-color: #5E6E20;
}
</style>
border-color css
<style>
span { border-color: #5E6E20; }
span { border-color: rgb(94,110,32); }
td.TdClassName
{
border-color: #5E6E20;
}
.TagClassName
{
border-color: #5E6E20;
}
</style>