Shades of Fiji Green #5E7905
Tints of Fiji Green #5E7905
RGB
CMYK
RGB Variations
Color information
#5E7905 (or 0x5E7905) is known color: Fiji Green. HEX triplet: 5E, 79 and 05. RGB value is (94,121,5). Sum of RGB (Red+Green+Blue) = 94+121+5=220 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.73% from 220); Green value is 121 (47.66% from 255 or 55% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 121 - color contains mainly: green. Hex color #5E7905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7905 is #A186FA. Grayscale: #646464. Windows color (decimal): -10585851 or 358750. OLE color: 358750.
HSL color Cylindrical-coordinate representation of color #5E7905: hue angle of 73.97º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E7905 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 121 | 5 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.53 |
| HSL | 73.97º | 0.92% | 0.25% | - |
| HSV(B) | 73.97º | 0.96% | 0.47% | - |
| XYZ | 11.48 | 16.07 | 2.64 | - |
| YUV | 99.7 | 74.55 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 121 | 5 | 0.22 | 0 | 0.96 | 0.53 | 73.97 | 0.92 | 0.25 |
| Hex | 5E | 79 | 5 | 16 | 0 | 60 | 35 | 4A | 5C | 19 |
| Octal | 136 | 171 | 5 | 26 | 0 | 140 | 65 | 112 | 134 | 31 |
| Binary | 1011110 | 1111001 | 101 | 10110 | 0 | 1100000 | 110101 | 1001010 | 1011100 | 11001 |
Color Harmonies of #5E7905
Complementary color
Monochromatic Colors of #5E7905
Black with #5E7905
Text Example
Text Example
White with #5E7905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7905; }
p { color: rgb(94,121,5); }
H1.HeaderClassName
{
color: #5E7905;
}
.AnyTagClassName
{
color: #5E7905;
}
</style>
background-color css
<style>
a { background-color: #5E7905; }
a { background-color: rgb(94,121,5); }
div.DivClassName
{
background-color: #5E7905;
}
.BgClassName
{
background-color: #5E7905;
}
</style>
border-color css
<style>
span { border-color: #5E7905; }
span { border-color: rgb(94,121,5); }
td.TdClassName
{
border-color: #5E7905;
}
.TagClassName
{
border-color: #5E7905;
}
</style>