Shades of Fiji Green #5E6419
Tints of Fiji Green #5E6419
RGB
CMYK
RGB Variations
Color information
#5E6419 (or 0x5E6419) is known color: Fiji Green. HEX triplet: 5E, 64 and 19. RGB value is (94,100,25). Sum of RGB (Red+Green+Blue) = 94+100+25=219 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.92% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 100 - color contains mainly: green. Hex color #5E6419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6419 is #A19BE6. Grayscale: #595959. Windows color (decimal): -10591207 or 1664094. OLE color: 1664094.
HSL color Cylindrical-coordinate representation of color #5E6419: hue angle of 64.8º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E6419 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 100 | 25 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.61 |
| HSL | 64.8º | 0.6% | 0.25% | - |
| HSV(B) | 64.8º | 0.75% | 0.39% | - |
| XYZ | 9.35 | 11.56 | 2.66 | - |
| YUV | 89.66 | 91.51 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 100 | 25 | 0.06 | 0 | 0.75 | 0.61 | 64.8 | 0.6 | 0.25 |
| Hex | 5E | 64 | 19 | 6 | 0 | 4B | 3D | 41 | 3C | 19 |
| Octal | 136 | 144 | 31 | 6 | 0 | 113 | 75 | 101 | 74 | 31 |
| Binary | 1011110 | 1100100 | 11001 | 110 | 0 | 1001011 | 111101 | 1000001 | 111100 | 11001 |
Color Harmonies of #5E6419
Complementary color
Monochromatic Colors of #5E6419
Black with #5E6419
Text Example
Text Example
White with #5E6419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6419; }
p { color: rgb(94,100,25); }
H1.HeaderClassName
{
color: #5E6419;
}
.AnyTagClassName
{
color: #5E6419;
}
</style>
background-color css
<style>
a { background-color: #5E6419; }
a { background-color: rgb(94,100,25); }
div.DivClassName
{
background-color: #5E6419;
}
.BgClassName
{
background-color: #5E6419;
}
</style>
border-color css
<style>
span { border-color: #5E6419; }
span { border-color: rgb(94,100,25); }
td.TdClassName
{
border-color: #5E6419;
}
.TagClassName
{
border-color: #5E6419;
}
</style>