Shades of Fiji Green #5A7505
Tints of Fiji Green #5A7505
RGB
CMYK
RGB Variations
Color information
#5A7505 (or 0x5A7505) is known color: Fiji Green. HEX triplet: 5A, 75 and 05. RGB value is (90,117,5). Sum of RGB (Red+Green+Blue) = 90+117+5=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 117 (46.09% from 255 or 55.19% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 117 - color contains mainly: green. Hex color #5A7505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7505 is #A58AFA. Grayscale: #606060. Windows color (decimal): -10849019 or 357722. OLE color: 357722.
HSL color Cylindrical-coordinate representation of color #5A7505: hue angle of 74.46º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A7505 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 117 | 5 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.54 |
| HSL | 74.46º | 0.92% | 0.24% | - |
| HSV(B) | 74.46º | 0.96% | 0.46% | - |
| XYZ | 10.61 | 14.91 | 2.46 | - |
| YUV | 96.16 | 76.55 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 117 | 5 | 0.23 | 0 | 0.96 | 0.54 | 74.46 | 0.92 | 0.24 |
| Hex | 5A | 75 | 5 | 17 | 0 | 60 | 36 | 4A | 5C | 18 |
| Octal | 132 | 165 | 5 | 27 | 0 | 140 | 66 | 112 | 134 | 30 |
| Binary | 1011010 | 1110101 | 101 | 10111 | 0 | 1100000 | 110110 | 1001010 | 1011100 | 11000 |
Color Harmonies of #5A7505
Complementary color
Monochromatic Colors of #5A7505
Black with #5A7505
Text Example
Text Example
White with #5A7505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7505; }
p { color: rgb(90,117,5); }
H1.HeaderClassName
{
color: #5A7505;
}
.AnyTagClassName
{
color: #5A7505;
}
</style>
background-color css
<style>
a { background-color: #5A7505; }
a { background-color: rgb(90,117,5); }
div.DivClassName
{
background-color: #5A7505;
}
.BgClassName
{
background-color: #5A7505;
}
</style>
border-color css
<style>
span { border-color: #5A7505; }
span { border-color: rgb(90,117,5); }
td.TdClassName
{
border-color: #5A7505;
}
.TagClassName
{
border-color: #5A7505;
}
</style>