Shades of Fiji Green #5E7507
Tints of Fiji Green #5E7507
RGB
CMYK
RGB Variations
Color information
#5E7507 (or 0x5E7507) is known color: Fiji Green. HEX triplet: 5E, 75 and 07. RGB value is (94,117,7). Sum of RGB (Red+Green+Blue) = 94+117+7=218 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.12% from 218); Green value is 117 (46.09% from 255 or 53.67% from 218); Blue value is 7 (3.12% from 255 or 3.21% from 218); Max value from RGB is 117 - color contains mainly: green. Hex color #5E7507 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7507 is #A18AF8. Grayscale: #626262. Windows color (decimal): -10586873 or 488798. OLE color: 488798.
HSL color Cylindrical-coordinate representation of color #5E7507: hue angle of 72.55º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E7507 is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 117 | 7 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.54 |
| HSL | 72.55º | 0.89% | 0.24% | - |
| HSV(B) | 72.55º | 0.94% | 0.46% | - |
| XYZ | 11.02 | 15.12 | 2.54 | - |
| YUV | 97.58 | 76.88 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 117 | 7 | 0.20 | 0 | 0.94 | 0.54 | 72.55 | 0.89 | 0.24 |
| Hex | 5E | 75 | 7 | 14 | 0 | 5E | 36 | 49 | 59 | 18 |
| Octal | 136 | 165 | 7 | 24 | 0 | 136 | 66 | 111 | 131 | 30 |
| Binary | 1011110 | 1110101 | 111 | 10100 | 0 | 1011110 | 110110 | 1001001 | 1011001 | 11000 |
Color Harmonies of #5E7507
Complementary color
Monochromatic Colors of #5E7507
Black with #5E7507
Text Example
Text Example
White with #5E7507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7507; }
p { color: rgb(94,117,7); }
H1.HeaderClassName
{
color: #5E7507;
}
.AnyTagClassName
{
color: #5E7507;
}
</style>
background-color css
<style>
a { background-color: #5E7507; }
a { background-color: rgb(94,117,7); }
div.DivClassName
{
background-color: #5E7507;
}
.BgClassName
{
background-color: #5E7507;
}
</style>
border-color css
<style>
span { border-color: #5E7507; }
span { border-color: rgb(94,117,7); }
td.TdClassName
{
border-color: #5E7507;
}
.TagClassName
{
border-color: #5E7507;
}
</style>