Shades of Fiji Green #5E7001
Tints of Fiji Green #5E7001
RGB
CMYK
RGB Variations
Color information
#5E7001 (or 0x5E7001) is known color: Fiji Green. HEX triplet: 5E, 70 and 01. RGB value is (94,112,1). Sum of RGB (Red+Green+Blue) = 94+112+1=207 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.41% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #5E7001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7001 is #A18FFE. Grayscale: #5E5E5E. Windows color (decimal): -10588159 or 94302. OLE color: 94302.
HSL color Cylindrical-coordinate representation of color #5E7001: hue angle of 69.73º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E7001 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 112 | 1 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.56 |
| HSL | 69.73º | 0.98% | 0.22% | - |
| HSV(B) | 69.73º | 0.99% | 0.44% | - |
| XYZ | 10.42 | 13.97 | 2.18 | - |
| YUV | 93.96 | 75.54 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 112 | 1 | 0.16 | 0 | 0.99 | 0.56 | 69.73 | 0.98 | 0.22 |
| Hex | 5E | 70 | 1 | 10 | 0 | 63 | 38 | 46 | 62 | 16 |
| Octal | 136 | 160 | 1 | 20 | 0 | 143 | 70 | 106 | 142 | 26 |
| Binary | 1011110 | 1110000 | 1 | 10000 | 0 | 1100011 | 111000 | 1000110 | 1100010 | 10110 |
Color Harmonies of #5E7001
Complementary color
Monochromatic Colors of #5E7001
Black with #5E7001
Text Example
Text Example
White with #5E7001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7001; }
p { color: rgb(94,112,1); }
H1.HeaderClassName
{
color: #5E7001;
}
.AnyTagClassName
{
color: #5E7001;
}
</style>
background-color css
<style>
a { background-color: #5E7001; }
a { background-color: rgb(94,112,1); }
div.DivClassName
{
background-color: #5E7001;
}
.BgClassName
{
background-color: #5E7001;
}
</style>
border-color css
<style>
span { border-color: #5E7001; }
span { border-color: rgb(94,112,1); }
td.TdClassName
{
border-color: #5E7001;
}
.TagClassName
{
border-color: #5E7001;
}
</style>