Shades of Fiji Green #5E7017
Tints of Fiji Green #5E7017
RGB
CMYK
RGB Variations
Color information
#5E7017 (or 0x5E7017) is known color: Fiji Green. HEX triplet: 5E, 70 and 17. RGB value is (94,112,23). Sum of RGB (Red+Green+Blue) = 94+112+23=229 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.05% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 23 (9.38% from 255 or 10.04% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #5E7017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7017 is #A18FE8. Grayscale: #606060. Windows color (decimal): -10588137 or 1536094. OLE color: 1536094.
HSL color Cylindrical-coordinate representation of color #5E7017: hue angle of 72.13º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E7017 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 112 | 23 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.56 |
| HSL | 72.13º | 0.66% | 0.26% | - |
| HSV(B) | 72.13º | 0.79% | 0.44% | - |
| XYZ | 10.56 | 14.03 | 2.96 | - |
| YUV | 96.47 | 86.54 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 112 | 23 | 0.16 | 0 | 0.79 | 0.56 | 72.13 | 0.66 | 0.26 |
| Hex | 5E | 70 | 17 | 10 | 0 | 4F | 38 | 48 | 42 | 1A |
| Octal | 136 | 160 | 27 | 20 | 0 | 117 | 70 | 110 | 102 | 32 |
| Binary | 1011110 | 1110000 | 10111 | 10000 | 0 | 1001111 | 111000 | 1001000 | 1000010 | 11010 |
Color Harmonies of #5E7017
Complementary color
Monochromatic Colors of #5E7017
Black with #5E7017
Text Example
Text Example
White with #5E7017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7017; }
p { color: rgb(94,112,23); }
H1.HeaderClassName
{
color: #5E7017;
}
.AnyTagClassName
{
color: #5E7017;
}
</style>
background-color css
<style>
a { background-color: #5E7017; }
a { background-color: rgb(94,112,23); }
div.DivClassName
{
background-color: #5E7017;
}
.BgClassName
{
background-color: #5E7017;
}
</style>
border-color css
<style>
span { border-color: #5E7017; }
span { border-color: rgb(94,112,23); }
td.TdClassName
{
border-color: #5E7017;
}
.TagClassName
{
border-color: #5E7017;
}
</style>