Shades of Fiji Green #5E731A
Tints of Fiji Green #5E731A
RGB
CMYK
RGB Variations
Color information
#5E731A (or 0x5E731A) is known color: Fiji Green. HEX triplet: 5E, 73 and 1A. RGB value is (94,115,26). Sum of RGB (Red+Green+Blue) = 94+115+26=235 (31% of max value = 765). Red value is 94 (37.11% from 255 or 40% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 115 - color contains mainly: green. Hex color #5E731A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E731A is #A18CE5. Grayscale: #626262. Windows color (decimal): -10587366 or 1733470. OLE color: 1733470.
HSL color Cylindrical-coordinate representation of color #5E731A: hue angle of 74.16º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E731A is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 115 | 26 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.55 |
| HSL | 74.16º | 0.63% | 0.28% | - |
| HSV(B) | 74.16º | 0.77% | 0.45% | - |
| XYZ | 10.93 | 14.72 | 3.24 | - |
| YUV | 98.58 | 87.04 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 115 | 26 | 0.18 | 0 | 0.77 | 0.55 | 74.16 | 0.63 | 0.28 |
| Hex | 5E | 73 | 1A | 12 | 0 | 4D | 37 | 4A | 3F | 1C |
| Octal | 136 | 163 | 32 | 22 | 0 | 115 | 67 | 112 | 77 | 34 |
| Binary | 1011110 | 1110011 | 11010 | 10010 | 0 | 1001101 | 110111 | 1001010 | 111111 | 11100 |
Color Harmonies of #5E731A
Complementary color
Monochromatic Colors of #5E731A
Black with #5E731A
Text Example
Text Example
White with #5E731A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E731A; }
p { color: rgb(94,115,26); }
H1.HeaderClassName
{
color: #5E731A;
}
.AnyTagClassName
{
color: #5E731A;
}
</style>
background-color css
<style>
a { background-color: #5E731A; }
a { background-color: rgb(94,115,26); }
div.DivClassName
{
background-color: #5E731A;
}
.BgClassName
{
background-color: #5E731A;
}
</style>
border-color css
<style>
span { border-color: #5E731A; }
span { border-color: rgb(94,115,26); }
td.TdClassName
{
border-color: #5E731A;
}
.TagClassName
{
border-color: #5E731A;
}
</style>