Shades of Fiji Green #5A7601
Tints of Fiji Green #5A7601
RGB
CMYK
RGB Variations
Color information
#5A7601 (or 0x5A7601) is known color: Fiji Green. HEX triplet: 5A, 76 and 01. RGB value is (90,118,1). Sum of RGB (Red+Green+Blue) = 90+118+1=209 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.06% from 209); Green value is 118 (46.48% from 255 or 56.46% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 118 - color contains mainly: green. Hex color #5A7601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7601 is #A589FE. Grayscale: #606060. Windows color (decimal): -10848767 or 95834. OLE color: 95834.
HSL color Cylindrical-coordinate representation of color #5A7601: hue angle of 74.36º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A7601 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 118 | 1 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.54 |
| HSL | 74.36º | 0.98% | 0.23% | - |
| HSV(B) | 74.36º | 0.99% | 0.46% | - |
| XYZ | 10.7 | 15.13 | 2.39 | - |
| YUV | 96.29 | 74.22 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 118 | 1 | 0.24 | 0 | 0.99 | 0.54 | 74.36 | 0.98 | 0.23 |
| Hex | 5A | 76 | 1 | 18 | 0 | 63 | 36 | 4A | 62 | 17 |
| Octal | 132 | 166 | 1 | 30 | 0 | 143 | 66 | 112 | 142 | 27 |
| Binary | 1011010 | 1110110 | 1 | 11000 | 0 | 1100011 | 110110 | 1001010 | 1100010 | 10111 |
Color Harmonies of #5A7601
Complementary color
Monochromatic Colors of #5A7601
Black with #5A7601
Text Example
Text Example
White with #5A7601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7601; }
p { color: rgb(90,118,1); }
H1.HeaderClassName
{
color: #5A7601;
}
.AnyTagClassName
{
color: #5A7601;
}
</style>
background-color css
<style>
a { background-color: #5A7601; }
a { background-color: rgb(90,118,1); }
div.DivClassName
{
background-color: #5A7601;
}
.BgClassName
{
background-color: #5A7601;
}
</style>
border-color css
<style>
span { border-color: #5A7601; }
span { border-color: rgb(90,118,1); }
td.TdClassName
{
border-color: #5A7601;
}
.TagClassName
{
border-color: #5A7601;
}
</style>