Shades of Fiji Green #5E7201
Tints of Fiji Green #5E7201
RGB
CMYK
RGB Variations
Color information
#5E7201 (or 0x5E7201) is known color: Fiji Green. HEX triplet: 5E, 72 and 01. RGB value is (94,114,1). Sum of RGB (Red+Green+Blue) = 94+114+1=209 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.98% from 209); Green value is 114 (44.92% from 255 or 54.55% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 114 - color contains mainly: green. Hex color #5E7201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7201 is #A18DFE. Grayscale: #5F5F5F. Windows color (decimal): -10587647 or 94814. OLE color: 94814.
HSL color Cylindrical-coordinate representation of color #5E7201: hue angle of 70.62º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E7201 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 114 | 1 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.55 |
| HSL | 70.62º | 0.98% | 0.23% | - |
| HSV(B) | 70.62º | 0.99% | 0.45% | - |
| XYZ | 10.64 | 14.42 | 2.25 | - |
| YUV | 95.14 | 74.87 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 114 | 1 | 0.18 | 0 | 0.99 | 0.55 | 70.62 | 0.98 | 0.23 |
| Hex | 5E | 72 | 1 | 12 | 0 | 63 | 37 | 47 | 62 | 17 |
| Octal | 136 | 162 | 1 | 22 | 0 | 143 | 67 | 107 | 142 | 27 |
| Binary | 1011110 | 1110010 | 1 | 10010 | 0 | 1100011 | 110111 | 1000111 | 1100010 | 10111 |
Color Harmonies of #5E7201
Complementary color
Monochromatic Colors of #5E7201
Black with #5E7201
Text Example
Text Example
White with #5E7201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7201; }
p { color: rgb(94,114,1); }
H1.HeaderClassName
{
color: #5E7201;
}
.AnyTagClassName
{
color: #5E7201;
}
</style>
background-color css
<style>
a { background-color: #5E7201; }
a { background-color: rgb(94,114,1); }
div.DivClassName
{
background-color: #5E7201;
}
.BgClassName
{
background-color: #5E7201;
}
</style>
border-color css
<style>
span { border-color: #5E7201; }
span { border-color: rgb(94,114,1); }
td.TdClassName
{
border-color: #5E7201;
}
.TagClassName
{
border-color: #5E7201;
}
</style>