Shades of Fiji Green #5E7421
Tints of Fiji Green #5E7421
RGB
CMYK
RGB Variations
Color information
#5E7421 (or 0x5E7421) is known color: Fiji Green. HEX triplet: 5E, 74 and 21. RGB value is (94,116,33). Sum of RGB (Red+Green+Blue) = 94+116+33=243 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.68% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #5E7421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7421 is #A18BDE. Grayscale: #646464. Windows color (decimal): -10587103 or 2192478. OLE color: 2192478.
HSL color Cylindrical-coordinate representation of color #5E7421: hue angle of 75.9º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E7421 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 116 | 33 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.55 |
| HSL | 75.9º | 0.56% | 0.29% | - |
| HSV(B) | 75.9º | 0.72% | 0.45% | - |
| XYZ | 11.14 | 14.98 | 3.74 | - |
| YUV | 99.96 | 90.21 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 116 | 33 | 0.19 | 0 | 0.72 | 0.55 | 75.9 | 0.56 | 0.29 |
| Hex | 5E | 74 | 21 | 13 | 0 | 48 | 37 | 4C | 38 | 1D |
| Octal | 136 | 164 | 41 | 23 | 0 | 110 | 67 | 114 | 70 | 35 |
| Binary | 1011110 | 1110100 | 100001 | 10011 | 0 | 1001000 | 110111 | 1001100 | 111000 | 11101 |
Color Harmonies of #5E7421
Complementary color
Monochromatic Colors of #5E7421
Black with #5E7421
Text Example
Text Example
White with #5E7421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7421; }
p { color: rgb(94,116,33); }
H1.HeaderClassName
{
color: #5E7421;
}
.AnyTagClassName
{
color: #5E7421;
}
</style>
background-color css
<style>
a { background-color: #5E7421; }
a { background-color: rgb(94,116,33); }
div.DivClassName
{
background-color: #5E7421;
}
.BgClassName
{
background-color: #5E7421;
}
</style>
border-color css
<style>
span { border-color: #5E7421; }
span { border-color: rgb(94,116,33); }
td.TdClassName
{
border-color: #5E7421;
}
.TagClassName
{
border-color: #5E7421;
}
</style>