Shades of Fiji Green #5E7301
Tints of Fiji Green #5E7301
RGB
CMYK
RGB Variations
Color information
#5E7301 (or 0x5E7301) is known color: Fiji Green. HEX triplet: 5E, 73 and 01. RGB value is (94,115,1). Sum of RGB (Red+Green+Blue) = 94+115+1=210 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.76% from 210); Green value is 115 (45.31% from 255 or 54.76% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 115 - color contains mainly: green. Hex color #5E7301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7301 is #A18CFE. Grayscale: #606060. Windows color (decimal): -10587391 or 95070. OLE color: 95070.
HSL color Cylindrical-coordinate representation of color #5E7301: hue angle of 71.05º 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 #5E7301 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 115 | 1 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.55 |
| HSL | 71.05º | 0.98% | 0.23% | - |
| HSV(B) | 71.05º | 0.99% | 0.45% | - |
| XYZ | 10.75 | 14.64 | 2.29 | - |
| YUV | 95.73 | 74.54 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 115 | 1 | 0.18 | 0 | 0.99 | 0.55 | 71.05 | 0.98 | 0.23 |
| Hex | 5E | 73 | 1 | 12 | 0 | 63 | 37 | 47 | 62 | 17 |
| Octal | 136 | 163 | 1 | 22 | 0 | 143 | 67 | 107 | 142 | 27 |
| Binary | 1011110 | 1110011 | 1 | 10010 | 0 | 1100011 | 110111 | 1000111 | 1100010 | 10111 |
Color Harmonies of #5E7301
Complementary color
Monochromatic Colors of #5E7301
Black with #5E7301
Text Example
Text Example
White with #5E7301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7301; }
p { color: rgb(94,115,1); }
H1.HeaderClassName
{
color: #5E7301;
}
.AnyTagClassName
{
color: #5E7301;
}
</style>
background-color css
<style>
a { background-color: #5E7301; }
a { background-color: rgb(94,115,1); }
div.DivClassName
{
background-color: #5E7301;
}
.BgClassName
{
background-color: #5E7301;
}
</style>
border-color css
<style>
span { border-color: #5E7301; }
span { border-color: rgb(94,115,1); }
td.TdClassName
{
border-color: #5E7301;
}
.TagClassName
{
border-color: #5E7301;
}
</style>