Shades of Fiji Green #5E761E
Tints of Fiji Green #5E761E
RGB
CMYK
RGB Variations
Color information
#5E761E (or 0x5E761E) is known color: Fiji Green. HEX triplet: 5E, 76 and 1E. RGB value is (94,118,30). Sum of RGB (Red+Green+Blue) = 94+118+30=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #5E761E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E761E is #A189E1. Grayscale: #656565. Windows color (decimal): -10586594 or 1996382. OLE color: 1996382.
HSL color Cylindrical-coordinate representation of color #5E761E: hue angle of 76.36º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E761E is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 118 | 30 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.54 |
| HSL | 76.36º | 0.59% | 0.29% | - |
| HSV(B) | 76.36º | 0.75% | 0.46% | - |
| XYZ | 11.33 | 15.43 | 3.61 | - |
| YUV | 100.79 | 88.05 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 118 | 30 | 0.20 | 0 | 0.75 | 0.54 | 76.36 | 0.59 | 0.29 |
| Hex | 5E | 76 | 1E | 14 | 0 | 4B | 36 | 4C | 3B | 1D |
| Octal | 136 | 166 | 36 | 24 | 0 | 113 | 66 | 114 | 73 | 35 |
| Binary | 1011110 | 1110110 | 11110 | 10100 | 0 | 1001011 | 110110 | 1001100 | 111011 | 11101 |
Color Harmonies of #5E761E
Complementary color
Monochromatic Colors of #5E761E
Black with #5E761E
Text Example
Text Example
White with #5E761E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E761E; }
p { color: rgb(94,118,30); }
H1.HeaderClassName
{
color: #5E761E;
}
.AnyTagClassName
{
color: #5E761E;
}
</style>
background-color css
<style>
a { background-color: #5E761E; }
a { background-color: rgb(94,118,30); }
div.DivClassName
{
background-color: #5E761E;
}
.BgClassName
{
background-color: #5E761E;
}
</style>
border-color css
<style>
span { border-color: #5E761E; }
span { border-color: rgb(94,118,30); }
td.TdClassName
{
border-color: #5E761E;
}
.TagClassName
{
border-color: #5E761E;
}
</style>