Shades of Fiji Green #5A7201
Tints of Fiji Green #5A7201
RGB
CMYK
RGB Variations
Color information
#5A7201 (or 0x5A7201) is known color: Fiji Green. HEX triplet: 5A, 72 and 01. RGB value is (90,114,1). Sum of RGB (Red+Green+Blue) = 90+114+1=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 114 (44.92% from 255 or 55.61% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 114 - color contains mainly: green. Hex color #5A7201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7201 is #A58DFE. Grayscale: #5E5E5E. Windows color (decimal): -10849791 or 94810. OLE color: 94810.
HSL color Cylindrical-coordinate representation of color #5A7201: hue angle of 72.74º 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 #5A7201 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 114 | 1 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.55 |
| HSL | 72.74º | 0.98% | 0.23% | - |
| HSV(B) | 72.74º | 0.99% | 0.45% | - |
| XYZ | 10.24 | 14.21 | 2.23 | - |
| YUV | 93.94 | 75.55 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 114 | 1 | 0.21 | 0 | 0.99 | 0.55 | 72.74 | 0.98 | 0.23 |
| Hex | 5A | 72 | 1 | 15 | 0 | 63 | 37 | 49 | 62 | 17 |
| Octal | 132 | 162 | 1 | 25 | 0 | 143 | 67 | 111 | 142 | 27 |
| Binary | 1011010 | 1110010 | 1 | 10101 | 0 | 1100011 | 110111 | 1001001 | 1100010 | 10111 |
Color Harmonies of #5A7201
Complementary color
Monochromatic Colors of #5A7201
Black with #5A7201
Text Example
Text Example
White with #5A7201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7201; }
p { color: rgb(90,114,1); }
H1.HeaderClassName
{
color: #5A7201;
}
.AnyTagClassName
{
color: #5A7201;
}
</style>
background-color css
<style>
a { background-color: #5A7201; }
a { background-color: rgb(90,114,1); }
div.DivClassName
{
background-color: #5A7201;
}
.BgClassName
{
background-color: #5A7201;
}
</style>
border-color css
<style>
span { border-color: #5A7201; }
span { border-color: rgb(90,114,1); }
td.TdClassName
{
border-color: #5A7201;
}
.TagClassName
{
border-color: #5A7201;
}
</style>