Shades of Fiji Green #5E6119
Tints of Fiji Green #5E6119
RGB
CMYK
RGB Variations
Color information
#5E6119 (or 0x5E6119) is known color: Fiji Green. HEX triplet: 5E, 61 and 19. RGB value is (94,97,25). Sum of RGB (Red+Green+Blue) = 94+97+25=216 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.52% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #5E6119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6119 is #A19EE6. Grayscale: #585858. Windows color (decimal): -10591975 or 1663326. OLE color: 1663326.
HSL color Cylindrical-coordinate representation of color #5E6119: hue angle of 62.5º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E6119 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 97 | 25 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.62 |
| HSL | 62.5º | 0.59% | 0.24% | - |
| HSV(B) | 62.5º | 0.74% | 0.38% | - |
| XYZ | 9.07 | 11 | 2.56 | - |
| YUV | 87.9 | 92.51 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 97 | 25 | 0.03 | 0 | 0.74 | 0.62 | 62.5 | 0.59 | 0.24 |
| Hex | 5E | 61 | 19 | 3 | 0 | 4A | 3E | 3F | 3B | 18 |
| Octal | 136 | 141 | 31 | 3 | 0 | 112 | 76 | 77 | 73 | 30 |
| Binary | 1011110 | 1100001 | 11001 | 11 | 0 | 1001010 | 111110 | 111111 | 111011 | 11000 |
Color Harmonies of #5E6119
Complementary color
Monochromatic Colors of #5E6119
Black with #5E6119
Text Example
Text Example
White with #5E6119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6119; }
p { color: rgb(94,97,25); }
H1.HeaderClassName
{
color: #5E6119;
}
.AnyTagClassName
{
color: #5E6119;
}
</style>
background-color css
<style>
a { background-color: #5E6119; }
a { background-color: rgb(94,97,25); }
div.DivClassName
{
background-color: #5E6119;
}
.BgClassName
{
background-color: #5E6119;
}
</style>
border-color css
<style>
span { border-color: #5E6119; }
span { border-color: rgb(94,97,25); }
td.TdClassName
{
border-color: #5E6119;
}
.TagClassName
{
border-color: #5E6119;
}
</style>