Shades of Fiji Green #5E6516
Tints of Fiji Green #5E6516
RGB
CMYK
RGB Variations
Color information
#5E6516 (or 0x5E6516) is known color: Fiji Green. HEX triplet: 5E, 65 and 16. RGB value is (94,101,22). Sum of RGB (Red+Green+Blue) = 94+101+22=217 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.32% from 217); Green value is 101 (39.84% from 255 or 46.54% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 101 - color contains mainly: green. Hex color #5E6516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6516 is #A19AE9. Grayscale: #5A5A5A. Windows color (decimal): -10590954 or 1467742. OLE color: 1467742.
HSL color Cylindrical-coordinate representation of color #5E6516: hue angle of 65.32º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E6516 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 101 | 22 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.60 |
| HSL | 65.32º | 0.64% | 0.24% | - |
| HSV(B) | 65.32º | 0.78% | 0.4% | - |
| XYZ | 9.41 | 11.74 | 2.53 | - |
| YUV | 89.9 | 89.68 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 101 | 22 | 0.07 | 0 | 0.78 | 0.60 | 65.32 | 0.64 | 0.24 |
| Hex | 5E | 65 | 16 | 7 | 0 | 4E | 3C | 41 | 40 | 18 |
| Octal | 136 | 145 | 26 | 7 | 0 | 116 | 74 | 101 | 100 | 30 |
| Binary | 1011110 | 1100101 | 10110 | 111 | 0 | 1001110 | 111100 | 1000001 | 1000000 | 11000 |
Color Harmonies of #5E6516
Complementary color
Monochromatic Colors of #5E6516
Black with #5E6516
Text Example
Text Example
White with #5E6516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6516; }
p { color: rgb(94,101,22); }
H1.HeaderClassName
{
color: #5E6516;
}
.AnyTagClassName
{
color: #5E6516;
}
</style>
background-color css
<style>
a { background-color: #5E6516; }
a { background-color: rgb(94,101,22); }
div.DivClassName
{
background-color: #5E6516;
}
.BgClassName
{
background-color: #5E6516;
}
</style>
border-color css
<style>
span { border-color: #5E6516; }
span { border-color: rgb(94,101,22); }
td.TdClassName
{
border-color: #5E6516;
}
.TagClassName
{
border-color: #5E6516;
}
</style>