Shades of Fiji Green #5E7702
Tints of Fiji Green #5E7702
RGB
CMYK
RGB Variations
Color information
#5E7702 (or 0x5E7702) is known color: Fiji Green. HEX triplet: 5E, 77 and 02. RGB value is (94,119,2). Sum of RGB (Red+Green+Blue) = 94+119+2=215 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.72% from 215); Green value is 119 (46.88% from 255 or 55.35% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 119 - color contains mainly: green. Hex color #5E7702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7702 is #A188FD. Grayscale: #626262. Windows color (decimal): -10586366 or 161630. OLE color: 161630.
HSL color Cylindrical-coordinate representation of color #5E7702: hue angle of 72.82º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E7702 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 119 | 2 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.53 |
| HSL | 72.82º | 0.97% | 0.24% | - |
| HSV(B) | 72.82º | 0.98% | 0.47% | - |
| XYZ | 11.22 | 15.58 | 2.47 | - |
| YUV | 98.19 | 73.72 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 119 | 2 | 0.21 | 0 | 0.98 | 0.53 | 72.82 | 0.97 | 0.24 |
| Hex | 5E | 77 | 2 | 15 | 0 | 62 | 35 | 49 | 61 | 18 |
| Octal | 136 | 167 | 2 | 25 | 0 | 142 | 65 | 111 | 141 | 30 |
| Binary | 1011110 | 1110111 | 10 | 10101 | 0 | 1100010 | 110101 | 1001001 | 1100001 | 11000 |
Color Harmonies of #5E7702
Complementary color
Monochromatic Colors of #5E7702
Black with #5E7702
Text Example
Text Example
White with #5E7702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7702; }
p { color: rgb(94,119,2); }
H1.HeaderClassName
{
color: #5E7702;
}
.AnyTagClassName
{
color: #5E7702;
}
</style>
background-color css
<style>
a { background-color: #5E7702; }
a { background-color: rgb(94,119,2); }
div.DivClassName
{
background-color: #5E7702;
}
.BgClassName
{
background-color: #5E7702;
}
</style>
border-color css
<style>
span { border-color: #5E7702; }
span { border-color: rgb(94,119,2); }
td.TdClassName
{
border-color: #5E7702;
}
.TagClassName
{
border-color: #5E7702;
}
</style>