Shades of Fiji Green #5E6E25
Tints of Fiji Green #5E6E25
RGB
CMYK
RGB Variations
Color information
#5E6E25 (or 0x5E6E25) is known color: Fiji Green. HEX triplet: 5E, 6E and 25. RGB value is (94,110,37). Sum of RGB (Red+Green+Blue) = 94+110+37=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 110 (43.36% from 255 or 45.64% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 110 - color contains mainly: green. Hex color #5E6E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6E25 is #A191DA. Grayscale: #616161. Windows color (decimal): -10588635 or 2453086. OLE color: 2453086.
HSL color Cylindrical-coordinate representation of color #5E6E25: hue angle of 73.15º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E6E25 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 110 | 37 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.57 |
| HSL | 73.15º | 0.5% | 0.29% | - |
| HSV(B) | 73.15º | 0.66% | 0.43% | - |
| XYZ | 10.53 | 13.67 | 3.83 | - |
| YUV | 96.89 | 94.2 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 110 | 37 | 0.15 | 0 | 0.66 | 0.57 | 73.15 | 0.5 | 0.29 |
| Hex | 5E | 6E | 25 | F | 0 | 42 | 39 | 49 | 32 | 1D |
| Octal | 136 | 156 | 45 | 17 | 0 | 102 | 71 | 111 | 62 | 35 |
| Binary | 1011110 | 1101110 | 100101 | 1111 | 0 | 1000010 | 111001 | 1001001 | 110010 | 11101 |
Color Harmonies of #5E6E25
Complementary color
Monochromatic Colors of #5E6E25
Black with #5E6E25
Text Example
Text Example
White with #5E6E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6E25; }
p { color: rgb(94,110,37); }
H1.HeaderClassName
{
color: #5E6E25;
}
.AnyTagClassName
{
color: #5E6E25;
}
</style>
background-color css
<style>
a { background-color: #5E6E25; }
a { background-color: rgb(94,110,37); }
div.DivClassName
{
background-color: #5E6E25;
}
.BgClassName
{
background-color: #5E6E25;
}
</style>
border-color css
<style>
span { border-color: #5E6E25; }
span { border-color: rgb(94,110,37); }
td.TdClassName
{
border-color: #5E6E25;
}
.TagClassName
{
border-color: #5E6E25;
}
</style>