Shades of Fiji Green #5A740D
Tints of Fiji Green #5A740D
RGB
CMYK
RGB Variations
Color information
#5A740D (or 0x5A740D) is known color: Fiji Green. HEX triplet: 5A, 74 and 0D. RGB value is (90,116,13). Sum of RGB (Red+Green+Blue) = 90+116+13=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 116 (45.70% from 255 or 52.97% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 116 - color contains mainly: green. Hex color #5A740D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A740D is #A58BF2. Grayscale: #606060. Windows color (decimal): -10849267 or 881754. OLE color: 881754.
HSL color Cylindrical-coordinate representation of color #5A740D: hue angle of 75.15º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A740D is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 116 | 13 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.55 |
| HSL | 75.15º | 0.8% | 0.25% | - |
| HSV(B) | 75.15º | 0.89% | 0.45% | - |
| XYZ | 10.53 | 14.69 | 2.66 | - |
| YUV | 96.48 | 80.89 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 116 | 13 | 0.22 | 0 | 0.89 | 0.55 | 75.15 | 0.8 | 0.25 |
| Hex | 5A | 74 | D | 16 | 0 | 59 | 37 | 4B | 50 | 19 |
| Octal | 132 | 164 | 15 | 26 | 0 | 131 | 67 | 113 | 120 | 31 |
| Binary | 1011010 | 1110100 | 1101 | 10110 | 0 | 1011001 | 110111 | 1001011 | 1010000 | 11001 |
Color Harmonies of #5A740D
Complementary color
Monochromatic Colors of #5A740D
Black with #5A740D
Text Example
Text Example
White with #5A740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A740D; }
p { color: rgb(90,116,13); }
H1.HeaderClassName
{
color: #5A740D;
}
.AnyTagClassName
{
color: #5A740D;
}
</style>
background-color css
<style>
a { background-color: #5A740D; }
a { background-color: rgb(90,116,13); }
div.DivClassName
{
background-color: #5A740D;
}
.BgClassName
{
background-color: #5A740D;
}
</style>
border-color css
<style>
span { border-color: #5A740D; }
span { border-color: rgb(90,116,13); }
td.TdClassName
{
border-color: #5A740D;
}
.TagClassName
{
border-color: #5A740D;
}
</style>