Shades of Fiji Green #5E6802
Tints of Fiji Green #5E6802
RGB
CMYK
RGB Variations
Color information
#5E6802 (or 0x5E6802) is known color: Fiji Green. HEX triplet: 5E, 68 and 02. RGB value is (94,104,2). Sum of RGB (Red+Green+Blue) = 94+104+2=200 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47% from 200); Green value is 104 (41.02% from 255 or 52% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 104 - color contains mainly: green. Hex color #5E6802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6802 is #A197FD. Grayscale: #595959. Windows color (decimal): -10590206 or 157790. OLE color: 157790.
HSL color Cylindrical-coordinate representation of color #5E6802: hue angle of 65.88º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E6802 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 104 | 2 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.59 |
| HSL | 65.88º | 0.96% | 0.21% | - |
| HSV(B) | 65.88º | 0.98% | 0.41% | - |
| XYZ | 9.58 | 12.28 | 1.92 | - |
| YUV | 89.38 | 78.69 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 104 | 2 | 0.10 | 0 | 0.98 | 0.59 | 65.88 | 0.96 | 0.21 |
| Hex | 5E | 68 | 2 | A | 0 | 62 | 3B | 42 | 60 | 15 |
| Octal | 136 | 150 | 2 | 12 | 0 | 142 | 73 | 102 | 140 | 25 |
| Binary | 1011110 | 1101000 | 10 | 1010 | 0 | 1100010 | 111011 | 1000010 | 1100000 | 10101 |
Color Harmonies of #5E6802
Complementary color
Monochromatic Colors of #5E6802
Black with #5E6802
Text Example
Text Example
White with #5E6802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6802; }
p { color: rgb(94,104,2); }
H1.HeaderClassName
{
color: #5E6802;
}
.AnyTagClassName
{
color: #5E6802;
}
</style>
background-color css
<style>
a { background-color: #5E6802; }
a { background-color: rgb(94,104,2); }
div.DivClassName
{
background-color: #5E6802;
}
.BgClassName
{
background-color: #5E6802;
}
</style>
border-color css
<style>
span { border-color: #5E6802; }
span { border-color: rgb(94,104,2); }
td.TdClassName
{
border-color: #5E6802;
}
.TagClassName
{
border-color: #5E6802;
}
</style>