Shades of Fiji Green #5A7001
Tints of Fiji Green #5A7001
RGB
CMYK
RGB Variations
Color information
#5A7001 (or 0x5A7001) is known color: Fiji Green. HEX triplet: 5A, 70 and 01. RGB value is (90,112,1). Sum of RGB (Red+Green+Blue) = 90+112+1=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #5A7001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7001 is #A58FFE. Grayscale: #5D5D5D. Windows color (decimal): -10850303 or 94298. OLE color: 94298.
HSL color Cylindrical-coordinate representation of color #5A7001: hue angle of 71.89º 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 #5A7001 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 112 | 1 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.56 |
| HSL | 71.89º | 0.98% | 0.22% | - |
| HSV(B) | 71.89º | 0.99% | 0.44% | - |
| XYZ | 10.02 | 13.76 | 2.16 | - |
| YUV | 92.77 | 76.21 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 1 | 0.20 | 0 | 0.99 | 0.56 | 71.89 | 0.98 | 0.22 |
| Hex | 5A | 70 | 1 | 14 | 0 | 63 | 38 | 48 | 62 | 16 |
| Octal | 132 | 160 | 1 | 24 | 0 | 143 | 70 | 110 | 142 | 26 |
| Binary | 1011010 | 1110000 | 1 | 10100 | 0 | 1100011 | 111000 | 1001000 | 1100010 | 10110 |
Color Harmonies of #5A7001
Complementary color
Monochromatic Colors of #5A7001
Black with #5A7001
Text Example
Text Example
White with #5A7001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7001; }
p { color: rgb(90,112,1); }
H1.HeaderClassName
{
color: #5A7001;
}
.AnyTagClassName
{
color: #5A7001;
}
</style>
background-color css
<style>
a { background-color: #5A7001; }
a { background-color: rgb(90,112,1); }
div.DivClassName
{
background-color: #5A7001;
}
.BgClassName
{
background-color: #5A7001;
}
</style>
border-color css
<style>
span { border-color: #5A7001; }
span { border-color: rgb(90,112,1); }
td.TdClassName
{
border-color: #5A7001;
}
.TagClassName
{
border-color: #5A7001;
}
</style>