Shades of Fiji Green #5E7B19
Tints of Fiji Green #5E7B19
RGB
CMYK
RGB Variations
Color information
#5E7B19 (or 0x5E7B19) is known color: Fiji Green. HEX triplet: 5E, 7B and 19. RGB value is (94,123,25). Sum of RGB (Red+Green+Blue) = 94+123+25=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 123 (48.44% from 255 or 50.83% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 123 - color contains mainly: green. Hex color #5E7B19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7B19 is #A184E6. Grayscale: #676767. Windows color (decimal): -10585319 or 1669982. OLE color: 1669982.
HSL color Cylindrical-coordinate representation of color #5E7B19: hue angle of 77.76º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E7B19 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 123 | 25 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.52 |
| HSL | 77.76º | 0.66% | 0.29% | - |
| HSV(B) | 77.76º | 0.8% | 0.48% | - |
| XYZ | 11.87 | 16.62 | 3.5 | - |
| YUV | 103.16 | 83.89 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 123 | 25 | 0.24 | 0 | 0.80 | 0.52 | 77.76 | 0.66 | 0.29 |
| Hex | 5E | 7B | 19 | 18 | 0 | 50 | 34 | 4E | 42 | 1D |
| Octal | 136 | 173 | 31 | 30 | 0 | 120 | 64 | 116 | 102 | 35 |
| Binary | 1011110 | 1111011 | 11001 | 11000 | 0 | 1010000 | 110100 | 1001110 | 1000010 | 11101 |
Color Harmonies of #5E7B19
Complementary color
Monochromatic Colors of #5E7B19
Black with #5E7B19
Text Example
Text Example
White with #5E7B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7B19; }
p { color: rgb(94,123,25); }
H1.HeaderClassName
{
color: #5E7B19;
}
.AnyTagClassName
{
color: #5E7B19;
}
</style>
background-color css
<style>
a { background-color: #5E7B19; }
a { background-color: rgb(94,123,25); }
div.DivClassName
{
background-color: #5E7B19;
}
.BgClassName
{
background-color: #5E7B19;
}
</style>
border-color css
<style>
span { border-color: #5E7B19; }
span { border-color: rgb(94,123,25); }
td.TdClassName
{
border-color: #5E7B19;
}
.TagClassName
{
border-color: #5E7B19;
}
</style>