Shades of Fiji Green #5E6519
Tints of Fiji Green #5E6519
RGB
CMYK
RGB Variations
Color information
#5E6519 (or 0x5E6519) is known color: Fiji Green. HEX triplet: 5E, 65 and 19. RGB value is (94,101,25). Sum of RGB (Red+Green+Blue) = 94+101+25=220 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.73% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 101 - color contains mainly: green. Hex color #5E6519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6519 is #A19AE6. Grayscale: #5A5A5A. Windows color (decimal): -10590951 or 1664350. OLE color: 1664350.
HSL color Cylindrical-coordinate representation of color #5E6519: hue angle of 65.53º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E6519 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 101 | 25 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.60 |
| HSL | 65.53º | 0.6% | 0.25% | - |
| HSV(B) | 65.53º | 0.75% | 0.4% | - |
| XYZ | 9.45 | 11.76 | 2.69 | - |
| YUV | 90.24 | 91.18 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 101 | 25 | 0.07 | 0 | 0.75 | 0.60 | 65.53 | 0.6 | 0.25 |
| Hex | 5E | 65 | 19 | 7 | 0 | 4B | 3C | 42 | 3C | 19 |
| Octal | 136 | 145 | 31 | 7 | 0 | 113 | 74 | 102 | 74 | 31 |
| Binary | 1011110 | 1100101 | 11001 | 111 | 0 | 1001011 | 111100 | 1000010 | 111100 | 11001 |
Color Harmonies of #5E6519
Complementary color
Monochromatic Colors of #5E6519
Black with #5E6519
Text Example
Text Example
White with #5E6519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6519; }
p { color: rgb(94,101,25); }
H1.HeaderClassName
{
color: #5E6519;
}
.AnyTagClassName
{
color: #5E6519;
}
</style>
background-color css
<style>
a { background-color: #5E6519; }
a { background-color: rgb(94,101,25); }
div.DivClassName
{
background-color: #5E6519;
}
.BgClassName
{
background-color: #5E6519;
}
</style>
border-color css
<style>
span { border-color: #5E6519; }
span { border-color: rgb(94,101,25); }
td.TdClassName
{
border-color: #5E6519;
}
.TagClassName
{
border-color: #5E6519;
}
</style>