Shades of Fiji Green #5E7719
Tints of Fiji Green #5E7719
RGB
CMYK
RGB Variations
Color information
#5E7719 (or 0x5E7719) is known color: Fiji Green. HEX triplet: 5E, 77 and 19. RGB value is (94,119,25). Sum of RGB (Red+Green+Blue) = 94+119+25=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #5E7719 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7719 is #A188E6. Grayscale: #656565. Windows color (decimal): -10586343 or 1668958. OLE color: 1668958.
HSL color Cylindrical-coordinate representation of color #5E7719: hue angle of 75.96º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E7719 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 119 | 25 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.53 |
| HSL | 75.96º | 0.65% | 0.28% | - |
| HSV(B) | 75.96º | 0.79% | 0.47% | - |
| XYZ | 11.39 | 15.64 | 3.34 | - |
| YUV | 100.81 | 85.22 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 119 | 25 | 0.21 | 0 | 0.79 | 0.53 | 75.96 | 0.65 | 0.28 |
| Hex | 5E | 77 | 19 | 15 | 0 | 4F | 35 | 4C | 41 | 1C |
| Octal | 136 | 167 | 31 | 25 | 0 | 117 | 65 | 114 | 101 | 34 |
| Binary | 1011110 | 1110111 | 11001 | 10101 | 0 | 1001111 | 110101 | 1001100 | 1000001 | 11100 |
Color Harmonies of #5E7719
Complementary color
Monochromatic Colors of #5E7719
Black with #5E7719
Text Example
Text Example
White with #5E7719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7719; }
p { color: rgb(94,119,25); }
H1.HeaderClassName
{
color: #5E7719;
}
.AnyTagClassName
{
color: #5E7719;
}
</style>
background-color css
<style>
a { background-color: #5E7719; }
a { background-color: rgb(94,119,25); }
div.DivClassName
{
background-color: #5E7719;
}
.BgClassName
{
background-color: #5E7719;
}
</style>
border-color css
<style>
span { border-color: #5E7719; }
span { border-color: rgb(94,119,25); }
td.TdClassName
{
border-color: #5E7719;
}
.TagClassName
{
border-color: #5E7719;
}
</style>