Shades of Fiji Green #5E6A19
Tints of Fiji Green #5E6A19
RGB
CMYK
RGB Variations
Color information
#5E6A19 (or 0x5E6A19) is known color: Fiji Green. HEX triplet: 5E, 6A and 19. RGB value is (94,106,25). Sum of RGB (Red+Green+Blue) = 94+106+25=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 106 (41.80% from 255 or 47.11% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 106 - color contains mainly: green. Hex color #5E6A19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6A19 is #A195E6. Grayscale: #5D5D5D. Windows color (decimal): -10589671 or 1665630. OLE color: 1665630.
HSL color Cylindrical-coordinate representation of color #5E6A19: hue angle of 68.89º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E6A19 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 106 | 25 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.58 |
| HSL | 68.89º | 0.62% | 0.26% | - |
| HSV(B) | 68.89º | 0.76% | 0.42% | - |
| XYZ | 9.95 | 12.76 | 2.86 | - |
| YUV | 93.18 | 89.52 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 106 | 25 | 0.11 | 0 | 0.76 | 0.58 | 68.89 | 0.62 | 0.26 |
| Hex | 5E | 6A | 19 | B | 0 | 4C | 3A | 45 | 3E | 1A |
| Octal | 136 | 152 | 31 | 13 | 0 | 114 | 72 | 105 | 76 | 32 |
| Binary | 1011110 | 1101010 | 11001 | 1011 | 0 | 1001100 | 111010 | 1000101 | 111110 | 11010 |
Color Harmonies of #5E6A19
Complementary color
Monochromatic Colors of #5E6A19
Black with #5E6A19
Text Example
Text Example
White with #5E6A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6A19; }
p { color: rgb(94,106,25); }
H1.HeaderClassName
{
color: #5E6A19;
}
.AnyTagClassName
{
color: #5E6A19;
}
</style>
background-color css
<style>
a { background-color: #5E6A19; }
a { background-color: rgb(94,106,25); }
div.DivClassName
{
background-color: #5E6A19;
}
.BgClassName
{
background-color: #5E6A19;
}
</style>
border-color css
<style>
span { border-color: #5E6A19; }
span { border-color: rgb(94,106,25); }
td.TdClassName
{
border-color: #5E6A19;
}
.TagClassName
{
border-color: #5E6A19;
}
</style>