Shades of Fiji Green #5E6E13
Tints of Fiji Green #5E6E13
RGB
CMYK
RGB Variations
Color information
#5E6E13 (or 0x5E6E13) is known color: Fiji Green. HEX triplet: 5E, 6E and 13. RGB value is (94,110,19). Sum of RGB (Red+Green+Blue) = 94+110+19=223 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.15% from 223); Green value is 110 (43.36% from 255 or 49.33% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 110 - color contains mainly: green. Hex color #5E6E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6E13 is #A191EC. Grayscale: #5F5F5F. Windows color (decimal): -10588653 or 1273438. OLE color: 1273438.
HSL color Cylindrical-coordinate representation of color #5E6E13: hue angle of 70.55º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E6E13 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 110 | 19 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.57 |
| HSL | 70.55º | 0.71% | 0.25% | - |
| HSV(B) | 70.55º | 0.83% | 0.43% | - |
| XYZ | 10.31 | 13.58 | 2.69 | - |
| YUV | 94.84 | 85.2 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 110 | 19 | 0.15 | 0 | 0.83 | 0.57 | 70.55 | 0.71 | 0.25 |
| Hex | 5E | 6E | 13 | F | 0 | 53 | 39 | 47 | 47 | 19 |
| Octal | 136 | 156 | 23 | 17 | 0 | 123 | 71 | 107 | 107 | 31 |
| Binary | 1011110 | 1101110 | 10011 | 1111 | 0 | 1010011 | 111001 | 1000111 | 1000111 | 11001 |
Color Harmonies of #5E6E13
Complementary color
Monochromatic Colors of #5E6E13
Black with #5E6E13
Text Example
Text Example
White with #5E6E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6E13; }
p { color: rgb(94,110,19); }
H1.HeaderClassName
{
color: #5E6E13;
}
.AnyTagClassName
{
color: #5E6E13;
}
</style>
background-color css
<style>
a { background-color: #5E6E13; }
a { background-color: rgb(94,110,19); }
div.DivClassName
{
background-color: #5E6E13;
}
.BgClassName
{
background-color: #5E6E13;
}
</style>
border-color css
<style>
span { border-color: #5E6E13; }
span { border-color: rgb(94,110,19); }
td.TdClassName
{
border-color: #5E6E13;
}
.TagClassName
{
border-color: #5E6E13;
}
</style>