Shades of Fiji Green #5E750A
Tints of Fiji Green #5E750A
RGB
CMYK
RGB Variations
Color information
#5E750A (or 0x5E750A) is known color: Fiji Green. HEX triplet: 5E, 75 and 0A. RGB value is (94,117,10). Sum of RGB (Red+Green+Blue) = 94+117+10=221 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.53% from 221); Green value is 117 (46.09% from 255 or 52.94% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 117 - color contains mainly: green. Hex color #5E750A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E750A is #A18AF5. Grayscale: #626262. Windows color (decimal): -10586870 or 685406. OLE color: 685406.
HSL color Cylindrical-coordinate representation of color #5E750A: hue angle of 72.9º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E750A is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 117 | 10 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.54 |
| HSL | 72.9º | 0.84% | 0.25% | - |
| HSV(B) | 72.9º | 0.91% | 0.46% | - |
| XYZ | 11.03 | 15.12 | 2.62 | - |
| YUV | 97.93 | 78.38 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 117 | 10 | 0.20 | 0 | 0.91 | 0.54 | 72.9 | 0.84 | 0.25 |
| Hex | 5E | 75 | A | 14 | 0 | 5B | 36 | 49 | 54 | 19 |
| Octal | 136 | 165 | 12 | 24 | 0 | 133 | 66 | 111 | 124 | 31 |
| Binary | 1011110 | 1110101 | 1010 | 10100 | 0 | 1011011 | 110110 | 1001001 | 1010100 | 11001 |
Color Harmonies of #5E750A
Complementary color
Monochromatic Colors of #5E750A
Black with #5E750A
Text Example
Text Example
White with #5E750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E750A; }
p { color: rgb(94,117,10); }
H1.HeaderClassName
{
color: #5E750A;
}
.AnyTagClassName
{
color: #5E750A;
}
</style>
background-color css
<style>
a { background-color: #5E750A; }
a { background-color: rgb(94,117,10); }
div.DivClassName
{
background-color: #5E750A;
}
.BgClassName
{
background-color: #5E750A;
}
</style>
border-color css
<style>
span { border-color: #5E750A; }
span { border-color: rgb(94,117,10); }
td.TdClassName
{
border-color: #5E750A;
}
.TagClassName
{
border-color: #5E750A;
}
</style>