Shades of Fiji Green #5E702A
Tints of Fiji Green #5E702A
RGB
CMYK
RGB Variations
Color information
#5E702A (or 0x5E702A) is known color: Fiji Green. HEX triplet: 5E, 70 and 2A. RGB value is (94,112,42). Sum of RGB (Red+Green+Blue) = 94+112+42=248 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.90% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #5E702A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E702A is #A18FD5. Grayscale: #626262. Windows color (decimal): -10588118 or 2781278. OLE color: 2781278.
HSL color Cylindrical-coordinate representation of color #5E702A: hue angle of 75.43º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E702A is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 112 | 42 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.56 |
| HSL | 75.43º | 0.45% | 0.3% | - |
| HSV(B) | 75.43º | 0.63% | 0.44% | - |
| XYZ | 10.83 | 14.14 | 4.35 | - |
| YUV | 98.64 | 96.04 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 112 | 42 | 0.16 | 0 | 0.62 | 0.56 | 75.43 | 0.45 | 0.3 |
| Hex | 5E | 70 | 2A | 10 | 0 | 3E | 38 | 4B | 2D | 1E |
| Octal | 136 | 160 | 52 | 20 | 0 | 76 | 70 | 113 | 55 | 36 |
| Binary | 1011110 | 1110000 | 101010 | 10000 | 0 | 111110 | 111000 | 1001011 | 101101 | 11110 |
Color Harmonies of #5E702A
Complementary color
Monochromatic Colors of #5E702A
Black with #5E702A
Text Example
Text Example
White with #5E702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E702A; }
p { color: rgb(94,112,42); }
H1.HeaderClassName
{
color: #5E702A;
}
.AnyTagClassName
{
color: #5E702A;
}
</style>
background-color css
<style>
a { background-color: #5E702A; }
a { background-color: rgb(94,112,42); }
div.DivClassName
{
background-color: #5E702A;
}
.BgClassName
{
background-color: #5E702A;
}
</style>
border-color css
<style>
span { border-color: #5E702A; }
span { border-color: rgb(94,112,42); }
td.TdClassName
{
border-color: #5E702A;
}
.TagClassName
{
border-color: #5E702A;
}
</style>