Shades of Fiji Green #5E610F
Tints of Fiji Green #5E610F
RGB
CMYK
RGB Variations
Color information
#5E610F (or 0x5E610F) is known color: Fiji Green. HEX triplet: 5E, 61 and 0F. RGB value is (94,97,15). Sum of RGB (Red+Green+Blue) = 94+97+15=206 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.63% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 97 - color contains mainly: green. Hex color #5E610F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E610F is #A19EF0. Grayscale: #575757. Windows color (decimal): -10591985 or 1007966. OLE color: 1007966.
HSL color Cylindrical-coordinate representation of color #5E610F: hue angle of 62.2º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E610F is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 97 | 15 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.62 |
| HSL | 62.2º | 0.73% | 0.22% | - |
| HSV(B) | 62.2º | 0.85% | 0.38% | - |
| XYZ | 8.98 | 10.96 | 2.09 | - |
| YUV | 86.76 | 87.51 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 97 | 15 | 0.03 | 0 | 0.85 | 0.62 | 62.2 | 0.73 | 0.22 |
| Hex | 5E | 61 | F | 3 | 0 | 55 | 3E | 3E | 49 | 16 |
| Octal | 136 | 141 | 17 | 3 | 0 | 125 | 76 | 76 | 111 | 26 |
| Binary | 1011110 | 1100001 | 1111 | 11 | 0 | 1010101 | 111110 | 111110 | 1001001 | 10110 |
Color Harmonies of #5E610F
Complementary color
Monochromatic Colors of #5E610F
Black with #5E610F
Text Example
Text Example
White with #5E610F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E610F; }
p { color: rgb(94,97,15); }
H1.HeaderClassName
{
color: #5E610F;
}
.AnyTagClassName
{
color: #5E610F;
}
</style>
background-color css
<style>
a { background-color: #5E610F; }
a { background-color: rgb(94,97,15); }
div.DivClassName
{
background-color: #5E610F;
}
.BgClassName
{
background-color: #5E610F;
}
</style>
border-color css
<style>
span { border-color: #5E610F; }
span { border-color: rgb(94,97,15); }
td.TdClassName
{
border-color: #5E610F;
}
.TagClassName
{
border-color: #5E610F;
}
</style>