Shades of Fiji Green #5E7603
Tints of Fiji Green #5E7603
RGB
CMYK
RGB Variations
Color information
#5E7603 (or 0x5E7603) is known color: Fiji Green. HEX triplet: 5E, 76 and 03. RGB value is (94,118,3). Sum of RGB (Red+Green+Blue) = 94+118+3=215 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.72% from 215); Green value is 118 (46.48% from 255 or 54.88% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 118 - color contains mainly: green. Hex color #5E7603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7603 is #A189FC. Grayscale: #626262. Windows color (decimal): -10586621 or 226910. OLE color: 226910.
HSL color Cylindrical-coordinate representation of color #5E7603: hue angle of 72.52º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E7603 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 118 | 3 | - |
| CMYK | 0.20 | 0 | 0.97 | 0.54 |
| HSL | 72.52º | 0.95% | 0.24% | - |
| HSV(B) | 72.52º | 0.97% | 0.46% | - |
| XYZ | 11.11 | 15.34 | 2.46 | - |
| YUV | 97.71 | 74.55 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 118 | 3 | 0.20 | 0 | 0.97 | 0.54 | 72.52 | 0.95 | 0.24 |
| Hex | 5E | 76 | 3 | 14 | 0 | 61 | 36 | 49 | 5F | 18 |
| Octal | 136 | 166 | 3 | 24 | 0 | 141 | 66 | 111 | 137 | 30 |
| Binary | 1011110 | 1110110 | 11 | 10100 | 0 | 1100001 | 110110 | 1001001 | 1011111 | 11000 |
Color Harmonies of #5E7603
Complementary color
Monochromatic Colors of #5E7603
Black with #5E7603
Text Example
Text Example
White with #5E7603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7603; }
p { color: rgb(94,118,3); }
H1.HeaderClassName
{
color: #5E7603;
}
.AnyTagClassName
{
color: #5E7603;
}
</style>
background-color css
<style>
a { background-color: #5E7603; }
a { background-color: rgb(94,118,3); }
div.DivClassName
{
background-color: #5E7603;
}
.BgClassName
{
background-color: #5E7603;
}
</style>
border-color css
<style>
span { border-color: #5E7603; }
span { border-color: rgb(94,118,3); }
td.TdClassName
{
border-color: #5E7603;
}
.TagClassName
{
border-color: #5E7603;
}
</style>