Shades of Fiji Green #5E620D
Tints of Fiji Green #5E620D
RGB
CMYK
RGB Variations
Color information
#5E620D (or 0x5E620D) is known color: Fiji Green. HEX triplet: 5E, 62 and 0D. RGB value is (94,98,13). Sum of RGB (Red+Green+Blue) = 94+98+13=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #5E620D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E620D is #A19DF2. Grayscale: #575757. Windows color (decimal): -10591731 or 877150. OLE color: 877150.
HSL color Cylindrical-coordinate representation of color #5E620D: hue angle of 62.82º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5E620D is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 98 | 13 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.62 |
| HSL | 62.82º | 0.77% | 0.22% | - |
| HSV(B) | 62.82º | 0.87% | 0.38% | - |
| XYZ | 9.06 | 11.14 | 2.05 | - |
| YUV | 87.11 | 86.17 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 98 | 13 | 0.04 | 0 | 0.87 | 0.62 | 62.82 | 0.77 | 0.22 |
| Hex | 5E | 62 | D | 4 | 0 | 57 | 3E | 3F | 4D | 16 |
| Octal | 136 | 142 | 15 | 4 | 0 | 127 | 76 | 77 | 115 | 26 |
| Binary | 1011110 | 1100010 | 1101 | 100 | 0 | 1010111 | 111110 | 111111 | 1001101 | 10110 |
Color Harmonies of #5E620D
Complementary color
Monochromatic Colors of #5E620D
Black with #5E620D
Text Example
Text Example
White with #5E620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E620D; }
p { color: rgb(94,98,13); }
H1.HeaderClassName
{
color: #5E620D;
}
.AnyTagClassName
{
color: #5E620D;
}
</style>
background-color css
<style>
a { background-color: #5E620D; }
a { background-color: rgb(94,98,13); }
div.DivClassName
{
background-color: #5E620D;
}
.BgClassName
{
background-color: #5E620D;
}
</style>
border-color css
<style>
span { border-color: #5E620D; }
span { border-color: rgb(94,98,13); }
td.TdClassName
{
border-color: #5E620D;
}
.TagClassName
{
border-color: #5E620D;
}
</style>