Shades of Fiji Green #5E6F20
Tints of Fiji Green #5E6F20
RGB
CMYK
RGB Variations
Color information
#5E6F20 (or 0x5E6F20) is known color: Fiji Green. HEX triplet: 5E, 6F and 20. RGB value is (94,111,32). Sum of RGB (Red+Green+Blue) = 94+111+32=237 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.66% from 237); Green value is 111 (43.75% from 255 or 46.84% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 111 - color contains mainly: green. Hex color #5E6F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6F20 is #A190DF. Grayscale: #616161. Windows color (decimal): -10588384 or 2125662. OLE color: 2125662.
HSL color Cylindrical-coordinate representation of color #5E6F20: hue angle of 72.91º degrees, saturation: 0.55, 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 #5E6F20 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 111 | 32 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.56 |
| HSL | 72.91º | 0.55% | 0.28% | - |
| HSV(B) | 72.91º | 0.71% | 0.44% | - |
| XYZ | 10.56 | 13.85 | 3.48 | - |
| YUV | 96.91 | 91.37 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 111 | 32 | 0.15 | 0 | 0.71 | 0.56 | 72.91 | 0.55 | 0.28 |
| Hex | 5E | 6F | 20 | F | 0 | 47 | 38 | 49 | 37 | 1C |
| Octal | 136 | 157 | 40 | 17 | 0 | 107 | 70 | 111 | 67 | 34 |
| Binary | 1011110 | 1101111 | 100000 | 1111 | 0 | 1000111 | 111000 | 1001001 | 110111 | 11100 |
Color Harmonies of #5E6F20
Complementary color
Monochromatic Colors of #5E6F20
Black with #5E6F20
Text Example
Text Example
White with #5E6F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6F20; }
p { color: rgb(94,111,32); }
H1.HeaderClassName
{
color: #5E6F20;
}
.AnyTagClassName
{
color: #5E6F20;
}
</style>
background-color css
<style>
a { background-color: #5E6F20; }
a { background-color: rgb(94,111,32); }
div.DivClassName
{
background-color: #5E6F20;
}
.BgClassName
{
background-color: #5E6F20;
}
</style>
border-color css
<style>
span { border-color: #5E6F20; }
span { border-color: rgb(94,111,32); }
td.TdClassName
{
border-color: #5E6F20;
}
.TagClassName
{
border-color: #5E6F20;
}
</style>