Shades of Fiji Green #5E7A01
Tints of Fiji Green #5E7A01
RGB
CMYK
RGB Variations
Color information
#5E7A01 (or 0x5E7A01) is known color: Fiji Green. HEX triplet: 5E, 7A and 01. RGB value is (94,122,1). Sum of RGB (Red+Green+Blue) = 94+122+1=217 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.32% from 217); Green value is 122 (48.05% from 255 or 56.22% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 122 - color contains mainly: green. Hex color #5E7A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7A01 is #A185FE. Grayscale: #646464. Windows color (decimal): -10585599 or 96862. OLE color: 96862.
HSL color Cylindrical-coordinate representation of color #5E7A01: hue angle of 73.88º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E7A01 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 122 | 1 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.52 |
| HSL | 73.88º | 0.98% | 0.24% | - |
| HSV(B) | 73.88º | 0.99% | 0.48% | - |
| XYZ | 11.58 | 16.3 | 2.56 | - |
| YUV | 99.83 | 72.22 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 122 | 1 | 0.23 | 0 | 0.99 | 0.52 | 73.88 | 0.98 | 0.24 |
| Hex | 5E | 7A | 1 | 17 | 0 | 63 | 34 | 4A | 62 | 18 |
| Octal | 136 | 172 | 1 | 27 | 0 | 143 | 64 | 112 | 142 | 30 |
| Binary | 1011110 | 1111010 | 1 | 10111 | 0 | 1100011 | 110100 | 1001010 | 1100010 | 11000 |
Color Harmonies of #5E7A01
Complementary color
Monochromatic Colors of #5E7A01
Black with #5E7A01
Text Example
Text Example
White with #5E7A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7A01; }
p { color: rgb(94,122,1); }
H1.HeaderClassName
{
color: #5E7A01;
}
.AnyTagClassName
{
color: #5E7A01;
}
</style>
background-color css
<style>
a { background-color: #5E7A01; }
a { background-color: rgb(94,122,1); }
div.DivClassName
{
background-color: #5E7A01;
}
.BgClassName
{
background-color: #5E7A01;
}
</style>
border-color css
<style>
span { border-color: #5E7A01; }
span { border-color: rgb(94,122,1); }
td.TdClassName
{
border-color: #5E7A01;
}
.TagClassName
{
border-color: #5E7A01;
}
</style>