Shades of Fiji Green #5E7405
Tints of Fiji Green #5E7405
RGB
CMYK
RGB Variations
Color information
#5E7405 (or 0x5E7405) is known color: Fiji Green. HEX triplet: 5E, 74 and 05. RGB value is (94,116,5). Sum of RGB (Red+Green+Blue) = 94+116+5=215 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.72% from 215); Green value is 116 (45.70% from 255 or 53.95% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 116 - color contains mainly: green. Hex color #5E7405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7405 is #A18BFA. Grayscale: #616161. Windows color (decimal): -10587131 or 357470. OLE color: 357470.
HSL color Cylindrical-coordinate representation of color #5E7405: hue angle of 71.89º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E7405 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 116 | 5 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.55 |
| HSL | 71.89º | 0.92% | 0.24% | - |
| HSV(B) | 71.89º | 0.96% | 0.45% | - |
| XYZ | 10.89 | 14.88 | 2.44 | - |
| YUV | 96.77 | 76.21 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 116 | 5 | 0.19 | 0 | 0.96 | 0.55 | 71.89 | 0.92 | 0.24 |
| Hex | 5E | 74 | 5 | 13 | 0 | 60 | 37 | 48 | 5C | 18 |
| Octal | 136 | 164 | 5 | 23 | 0 | 140 | 67 | 110 | 134 | 30 |
| Binary | 1011110 | 1110100 | 101 | 10011 | 0 | 1100000 | 110111 | 1001000 | 1011100 | 11000 |
Color Harmonies of #5E7405
Complementary color
Monochromatic Colors of #5E7405
Black with #5E7405
Text Example
Text Example
White with #5E7405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7405; }
p { color: rgb(94,116,5); }
H1.HeaderClassName
{
color: #5E7405;
}
.AnyTagClassName
{
color: #5E7405;
}
</style>
background-color css
<style>
a { background-color: #5E7405; }
a { background-color: rgb(94,116,5); }
div.DivClassName
{
background-color: #5E7405;
}
.BgClassName
{
background-color: #5E7405;
}
</style>
border-color css
<style>
span { border-color: #5E7405; }
span { border-color: rgb(94,116,5); }
td.TdClassName
{
border-color: #5E7405;
}
.TagClassName
{
border-color: #5E7405;
}
</style>