Shades of Fiji Green #5E610B
Tints of Fiji Green #5E610B
RGB
CMYK
RGB Variations
Color information
#5E610B (or 0x5E610B) is known color: Fiji Green. HEX triplet: 5E, 61 and 0B. RGB value is (94,97,11). Sum of RGB (Red+Green+Blue) = 94+97+11=202 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.53% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #5E610B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E610B is #A19EF4. Grayscale: #565656. Windows color (decimal): -10591989 or 745822. OLE color: 745822.
HSL color Cylindrical-coordinate representation of color #5E610B: hue angle of 62.09º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E610B is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 97 | 11 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.62 |
| HSL | 62.09º | 0.8% | 0.21% | - |
| HSV(B) | 62.09º | 0.89% | 0.38% | - |
| XYZ | 8.95 | 10.95 | 1.96 | - |
| YUV | 86.3 | 85.51 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 97 | 11 | 0.03 | 0 | 0.89 | 0.62 | 62.09 | 0.8 | 0.21 |
| Hex | 5E | 61 | B | 3 | 0 | 59 | 3E | 3E | 50 | 15 |
| Octal | 136 | 141 | 13 | 3 | 0 | 131 | 76 | 76 | 120 | 25 |
| Binary | 1011110 | 1100001 | 1011 | 11 | 0 | 1011001 | 111110 | 111110 | 1010000 | 10101 |
Color Harmonies of #5E610B
Complementary color
Monochromatic Colors of #5E610B
Black with #5E610B
Text Example
Text Example
White with #5E610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E610B; }
p { color: rgb(94,97,11); }
H1.HeaderClassName
{
color: #5E610B;
}
.AnyTagClassName
{
color: #5E610B;
}
</style>
background-color css
<style>
a { background-color: #5E610B; }
a { background-color: rgb(94,97,11); }
div.DivClassName
{
background-color: #5E610B;
}
.BgClassName
{
background-color: #5E610B;
}
</style>
border-color css
<style>
span { border-color: #5E610B; }
span { border-color: rgb(94,97,11); }
td.TdClassName
{
border-color: #5E610B;
}
.TagClassName
{
border-color: #5E610B;
}
</style>