Shades of Fiji Green #5E6104
Tints of Fiji Green #5E6104
RGB
CMYK
RGB Variations
Color information
#5E6104 (or 0x5E6104) is known color: Fiji Green. HEX triplet: 5E, 61 and 04. RGB value is (94,97,4). Sum of RGB (Red+Green+Blue) = 94+97+4=195 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.21% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #5E6104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6104 is #A19EFB. Grayscale: #555555. Windows color (decimal): -10591996 or 287070. OLE color: 287070.
HSL color Cylindrical-coordinate representation of color #5E6104: hue angle of 61.94º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E6104 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 97 | 4 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.62 |
| HSL | 61.94º | 0.92% | 0.2% | - |
| HSV(B) | 61.94º | 0.96% | 0.38% | - |
| XYZ | 8.91 | 10.94 | 1.76 | - |
| YUV | 85.5 | 82.01 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 97 | 4 | 0.03 | 0 | 0.96 | 0.62 | 61.94 | 0.92 | 0.2 |
| Hex | 5E | 61 | 4 | 3 | 0 | 60 | 3E | 3E | 5C | 14 |
| Octal | 136 | 141 | 4 | 3 | 0 | 140 | 76 | 76 | 134 | 24 |
| Binary | 1011110 | 1100001 | 100 | 11 | 0 | 1100000 | 111110 | 111110 | 1011100 | 10100 |
Color Harmonies of #5E6104
Complementary color
Monochromatic Colors of #5E6104
Black with #5E6104
Text Example
Text Example
White with #5E6104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6104; }
p { color: rgb(94,97,4); }
H1.HeaderClassName
{
color: #5E6104;
}
.AnyTagClassName
{
color: #5E6104;
}
</style>
background-color css
<style>
a { background-color: #5E6104; }
a { background-color: rgb(94,97,4); }
div.DivClassName
{
background-color: #5E6104;
}
.BgClassName
{
background-color: #5E6104;
}
</style>
border-color css
<style>
span { border-color: #5E6104; }
span { border-color: rgb(94,97,4); }
td.TdClassName
{
border-color: #5E6104;
}
.TagClassName
{
border-color: #5E6104;
}
</style>