Shades of Fiji Green #5E731E
Tints of Fiji Green #5E731E
RGB
CMYK
RGB Variations
Color information
#5E731E (or 0x5E731E) is known color: Fiji Green. HEX triplet: 5E, 73 and 1E. RGB value is (94,115,30). Sum of RGB (Red+Green+Blue) = 94+115+30=239 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.33% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #5E731E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E731E is #A18CE1. Grayscale: #636363. Windows color (decimal): -10587362 or 1995614. OLE color: 1995614.
HSL color Cylindrical-coordinate representation of color #5E731E: hue angle of 74.82º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E731E is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 115 | 30 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.55 |
| HSL | 74.82º | 0.59% | 0.28% | - |
| HSV(B) | 74.82º | 0.74% | 0.45% | - |
| XYZ | 10.98 | 14.73 | 3.49 | - |
| YUV | 99.03 | 89.04 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 115 | 30 | 0.18 | 0 | 0.74 | 0.55 | 74.82 | 0.59 | 0.28 |
| Hex | 5E | 73 | 1E | 12 | 0 | 4A | 37 | 4B | 3B | 1C |
| Octal | 136 | 163 | 36 | 22 | 0 | 112 | 67 | 113 | 73 | 34 |
| Binary | 1011110 | 1110011 | 11110 | 10010 | 0 | 1001010 | 110111 | 1001011 | 111011 | 11100 |
Color Harmonies of #5E731E
Complementary color
Monochromatic Colors of #5E731E
Black with #5E731E
Text Example
Text Example
White with #5E731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E731E; }
p { color: rgb(94,115,30); }
H1.HeaderClassName
{
color: #5E731E;
}
.AnyTagClassName
{
color: #5E731E;
}
</style>
background-color css
<style>
a { background-color: #5E731E; }
a { background-color: rgb(94,115,30); }
div.DivClassName
{
background-color: #5E731E;
}
.BgClassName
{
background-color: #5E731E;
}
</style>
border-color css
<style>
span { border-color: #5E731E; }
span { border-color: rgb(94,115,30); }
td.TdClassName
{
border-color: #5E731E;
}
.TagClassName
{
border-color: #5E731E;
}
</style>