Shades of Fiji Green #5E6E28
Tints of Fiji Green #5E6E28
RGB
CMYK
RGB Variations
Color information
#5E6E28 (or 0x5E6E28) is known color: Fiji Green. HEX triplet: 5E, 6E and 28. RGB value is (94,110,40). Sum of RGB (Red+Green+Blue) = 94+110+40=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 110 (43.36% from 255 or 45.08% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 110 - color contains mainly: green. Hex color #5E6E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6E28 is #A191D7. Grayscale: #616161. Windows color (decimal): -10588632 or 2649694. OLE color: 2649694.
HSL color Cylindrical-coordinate representation of color #5E6E28: hue angle of 73.71º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E6E28 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 110 | 40 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.57 |
| HSL | 73.71º | 0.47% | 0.29% | - |
| HSV(B) | 73.71º | 0.64% | 0.43% | - |
| XYZ | 10.58 | 13.68 | 4.09 | - |
| YUV | 97.24 | 95.7 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 110 | 40 | 0.15 | 0 | 0.64 | 0.57 | 73.71 | 0.47 | 0.29 |
| Hex | 5E | 6E | 28 | F | 0 | 40 | 39 | 4A | 2F | 1D |
| Octal | 136 | 156 | 50 | 17 | 0 | 100 | 71 | 112 | 57 | 35 |
| Binary | 1011110 | 1101110 | 101000 | 1111 | 0 | 1000000 | 111001 | 1001010 | 101111 | 11101 |
Color Harmonies of #5E6E28
Complementary color
Monochromatic Colors of #5E6E28
Black with #5E6E28
Text Example
Text Example
White with #5E6E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6E28; }
p { color: rgb(94,110,40); }
H1.HeaderClassName
{
color: #5E6E28;
}
.AnyTagClassName
{
color: #5E6E28;
}
</style>
background-color css
<style>
a { background-color: #5E6E28; }
a { background-color: rgb(94,110,40); }
div.DivClassName
{
background-color: #5E6E28;
}
.BgClassName
{
background-color: #5E6E28;
}
</style>
border-color css
<style>
span { border-color: #5E6E28; }
span { border-color: rgb(94,110,40); }
td.TdClassName
{
border-color: #5E6E28;
}
.TagClassName
{
border-color: #5E6E28;
}
</style>