Shades of Fiji Green #5E7222
Tints of Fiji Green #5E7222
RGB
CMYK
RGB Variations
Color information
#5E7222 (or 0x5E7222) is known color: Fiji Green. HEX triplet: 5E, 72 and 22. RGB value is (94,114,34). Sum of RGB (Red+Green+Blue) = 94+114+34=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 114 (44.92% from 255 or 47.11% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 114 - color contains mainly: green. Hex color #5E7222 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7222 is #A18DDD. Grayscale: #636363. Windows color (decimal): -10587614 or 2257502. OLE color: 2257502.
HSL color Cylindrical-coordinate representation of color #5E7222: hue angle of 75º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E7222 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 114 | 34 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.55 |
| HSL | 75º | 0.54% | 0.29% | - |
| HSV(B) | 75º | 0.7% | 0.45% | - |
| XYZ | 10.92 | 14.53 | 3.74 | - |
| YUV | 98.9 | 91.37 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 114 | 34 | 0.18 | 0 | 0.70 | 0.55 | 75 | 0.54 | 0.29 |
| Hex | 5E | 72 | 22 | 12 | 0 | 46 | 37 | 4B | 36 | 1D |
| Octal | 136 | 162 | 42 | 22 | 0 | 106 | 67 | 113 | 66 | 35 |
| Binary | 1011110 | 1110010 | 100010 | 10010 | 0 | 1000110 | 110111 | 1001011 | 110110 | 11101 |
Color Harmonies of #5E7222
Complementary color
Monochromatic Colors of #5E7222
Black with #5E7222
Text Example
Text Example
White with #5E7222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7222; }
p { color: rgb(94,114,34); }
H1.HeaderClassName
{
color: #5E7222;
}
.AnyTagClassName
{
color: #5E7222;
}
</style>
background-color css
<style>
a { background-color: #5E7222; }
a { background-color: rgb(94,114,34); }
div.DivClassName
{
background-color: #5E7222;
}
.BgClassName
{
background-color: #5E7222;
}
</style>
border-color css
<style>
span { border-color: #5E7222; }
span { border-color: rgb(94,114,34); }
td.TdClassName
{
border-color: #5E7222;
}
.TagClassName
{
border-color: #5E7222;
}
</style>