Shades of Fiji Green #5A7314
Tints of Fiji Green #5A7314
RGB
CMYK
RGB Variations
Color information
#5A7314 (or 0x5A7314) is known color: Fiji Green. HEX triplet: 5A, 73 and 14. RGB value is (90,115,20). Sum of RGB (Red+Green+Blue) = 90+115+20=225 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #5A7314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7314 is #A58CEB. Grayscale: #616161. Windows color (decimal): -10849516 or 1340250. OLE color: 1340250.
HSL color Cylindrical-coordinate representation of color #5A7314: hue angle of 75.79º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A7314 is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 115 | 20 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.55 |
| HSL | 75.79º | 0.7% | 0.26% | - |
| HSV(B) | 75.79º | 0.83% | 0.45% | - |
| XYZ | 10.47 | 14.49 | 2.91 | - |
| YUV | 96.7 | 84.72 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 115 | 20 | 0.22 | 0 | 0.83 | 0.55 | 75.79 | 0.7 | 0.26 |
| Hex | 5A | 73 | 14 | 16 | 0 | 53 | 37 | 4C | 46 | 1A |
| Octal | 132 | 163 | 24 | 26 | 0 | 123 | 67 | 114 | 106 | 32 |
| Binary | 1011010 | 1110011 | 10100 | 10110 | 0 | 1010011 | 110111 | 1001100 | 1000110 | 11010 |
Color Harmonies of #5A7314
Complementary color
Monochromatic Colors of #5A7314
Black with #5A7314
Text Example
Text Example
White with #5A7314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7314; }
p { color: rgb(90,115,20); }
H1.HeaderClassName
{
color: #5A7314;
}
.AnyTagClassName
{
color: #5A7314;
}
</style>
background-color css
<style>
a { background-color: #5A7314; }
a { background-color: rgb(90,115,20); }
div.DivClassName
{
background-color: #5A7314;
}
.BgClassName
{
background-color: #5A7314;
}
</style>
border-color css
<style>
span { border-color: #5A7314; }
span { border-color: rgb(90,115,20); }
td.TdClassName
{
border-color: #5A7314;
}
.TagClassName
{
border-color: #5A7314;
}
</style>