Shades of Fiji Green #5E7922
Tints of Fiji Green #5E7922
RGB
CMYK
RGB Variations
Color information
#5E7922 (or 0x5E7922) is known color: Fiji Green. HEX triplet: 5E, 79 and 22. RGB value is (94,121,34). Sum of RGB (Red+Green+Blue) = 94+121+34=249 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.75% from 249); Green value is 121 (47.66% from 255 or 48.59% from 249); Blue value is 34 (13.67% from 255 or 13.65% from 249); Max value from RGB is 121 - color contains mainly: green. Hex color #5E7922 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7922 is #A186DD. Grayscale: #676767. Windows color (decimal): -10585822 or 2259294. OLE color: 2259294.
HSL color Cylindrical-coordinate representation of color #5E7922: hue angle of 78.62º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E7922 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 121 | 34 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.53 |
| HSL | 78.62º | 0.56% | 0.3% | - |
| HSV(B) | 78.62º | 0.72% | 0.47% | - |
| XYZ | 11.74 | 16.17 | 4.02 | - |
| YUV | 103.01 | 89.05 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 121 | 34 | 0.22 | 0 | 0.72 | 0.53 | 78.62 | 0.56 | 0.3 |
| Hex | 5E | 79 | 22 | 16 | 0 | 48 | 35 | 4F | 38 | 1E |
| Octal | 136 | 171 | 42 | 26 | 0 | 110 | 65 | 117 | 70 | 36 |
| Binary | 1011110 | 1111001 | 100010 | 10110 | 0 | 1001000 | 110101 | 1001111 | 111000 | 11110 |
Color Harmonies of #5E7922
Complementary color
Monochromatic Colors of #5E7922
Black with #5E7922
Text Example
Text Example
White with #5E7922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7922; }
p { color: rgb(94,121,34); }
H1.HeaderClassName
{
color: #5E7922;
}
.AnyTagClassName
{
color: #5E7922;
}
</style>
background-color css
<style>
a { background-color: #5E7922; }
a { background-color: rgb(94,121,34); }
div.DivClassName
{
background-color: #5E7922;
}
.BgClassName
{
background-color: #5E7922;
}
</style>
border-color css
<style>
span { border-color: #5E7922; }
span { border-color: rgb(94,121,34); }
td.TdClassName
{
border-color: #5E7922;
}
.TagClassName
{
border-color: #5E7922;
}
</style>