Shades of Fiji Green #5E6117
Tints of Fiji Green #5E6117
RGB
CMYK
RGB Variations
Color information
#5E6117 (or 0x5E6117) is known color: Fiji Green. HEX triplet: 5E, 61 and 17. RGB value is (94,97,23). Sum of RGB (Red+Green+Blue) = 94+97+23=214 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.93% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #5E6117 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6117 is #A19EE8. Grayscale: #575757. Windows color (decimal): -10591977 or 1532254. OLE color: 1532254.
HSL color Cylindrical-coordinate representation of color #5E6117: hue angle of 62.43º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E6117 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 97 | 23 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.62 |
| HSL | 62.43º | 0.62% | 0.24% | - |
| HSV(B) | 62.43º | 0.76% | 0.38% | - |
| XYZ | 9.05 | 10.99 | 2.46 | - |
| YUV | 87.67 | 91.51 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 97 | 23 | 0.03 | 0 | 0.76 | 0.62 | 62.43 | 0.62 | 0.24 |
| Hex | 5E | 61 | 17 | 3 | 0 | 4C | 3E | 3E | 3E | 18 |
| Octal | 136 | 141 | 27 | 3 | 0 | 114 | 76 | 76 | 76 | 30 |
| Binary | 1011110 | 1100001 | 10111 | 11 | 0 | 1001100 | 111110 | 111110 | 111110 | 11000 |
Color Harmonies of #5E6117
Complementary color
Monochromatic Colors of #5E6117
Black with #5E6117
Text Example
Text Example
White with #5E6117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6117; }
p { color: rgb(94,97,23); }
H1.HeaderClassName
{
color: #5E6117;
}
.AnyTagClassName
{
color: #5E6117;
}
</style>
background-color css
<style>
a { background-color: #5E6117; }
a { background-color: rgb(94,97,23); }
div.DivClassName
{
background-color: #5E6117;
}
.BgClassName
{
background-color: #5E6117;
}
</style>
border-color css
<style>
span { border-color: #5E6117; }
span { border-color: rgb(94,97,23); }
td.TdClassName
{
border-color: #5E6117;
}
.TagClassName
{
border-color: #5E6117;
}
</style>