Shades of Fiji Green #5E620E
Tints of Fiji Green #5E620E
RGB
CMYK
RGB Variations
Color information
#5E620E (or 0x5E620E) is known color: Fiji Green. HEX triplet: 5E, 62 and 0E. RGB value is (94,98,14). Sum of RGB (Red+Green+Blue) = 94+98+14=206 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.63% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 98 - color contains mainly: green. Hex color #5E620E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E620E is #A19DF1. Grayscale: #575757. Windows color (decimal): -10591730 or 942686. OLE color: 942686.
HSL color Cylindrical-coordinate representation of color #5E620E: hue angle of 62.86º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E620E is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 98 | 14 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.62 |
| HSL | 62.86º | 0.75% | 0.22% | - |
| HSV(B) | 62.86º | 0.86% | 0.38% | - |
| XYZ | 9.06 | 11.15 | 2.09 | - |
| YUV | 87.23 | 86.67 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 98 | 14 | 0.04 | 0 | 0.86 | 0.62 | 62.86 | 0.75 | 0.22 |
| Hex | 5E | 62 | E | 4 | 0 | 56 | 3E | 3F | 4B | 16 |
| Octal | 136 | 142 | 16 | 4 | 0 | 126 | 76 | 77 | 113 | 26 |
| Binary | 1011110 | 1100010 | 1110 | 100 | 0 | 1010110 | 111110 | 111111 | 1001011 | 10110 |
Color Harmonies of #5E620E
Complementary color
Monochromatic Colors of #5E620E
Black with #5E620E
Text Example
Text Example
White with #5E620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E620E; }
p { color: rgb(94,98,14); }
H1.HeaderClassName
{
color: #5E620E;
}
.AnyTagClassName
{
color: #5E620E;
}
</style>
background-color css
<style>
a { background-color: #5E620E; }
a { background-color: rgb(94,98,14); }
div.DivClassName
{
background-color: #5E620E;
}
.BgClassName
{
background-color: #5E620E;
}
</style>
border-color css
<style>
span { border-color: #5E620E; }
span { border-color: rgb(94,98,14); }
td.TdClassName
{
border-color: #5E620E;
}
.TagClassName
{
border-color: #5E620E;
}
</style>