Shades of Fiji Green #5A7703
Tints of Fiji Green #5A7703
RGB
CMYK
RGB Variations
Color information
#5A7703 (or 0x5A7703) is known color: Fiji Green. HEX triplet: 5A, 77 and 03. RGB value is (90,119,3). Sum of RGB (Red+Green+Blue) = 90+119+3=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #5A7703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7703 is #A588FC. Grayscale: #616161. Windows color (decimal): -10848509 or 227162. OLE color: 227162.
HSL color Cylindrical-coordinate representation of color #5A7703: hue angle of 75º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A7703 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 119 | 3 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.53 |
| HSL | 75º | 0.95% | 0.24% | - |
| HSV(B) | 75º | 0.97% | 0.47% | - |
| XYZ | 10.83 | 15.37 | 2.48 | - |
| YUV | 97.11 | 74.89 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 119 | 3 | 0.24 | 0 | 0.97 | 0.53 | 75 | 0.95 | 0.24 |
| Hex | 5A | 77 | 3 | 18 | 0 | 61 | 35 | 4B | 5F | 18 |
| Octal | 132 | 167 | 3 | 30 | 0 | 141 | 65 | 113 | 137 | 30 |
| Binary | 1011010 | 1110111 | 11 | 11000 | 0 | 1100001 | 110101 | 1001011 | 1011111 | 11000 |
Color Harmonies of #5A7703
Complementary color
Monochromatic Colors of #5A7703
Black with #5A7703
Text Example
Text Example
White with #5A7703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7703; }
p { color: rgb(90,119,3); }
H1.HeaderClassName
{
color: #5A7703;
}
.AnyTagClassName
{
color: #5A7703;
}
</style>
background-color css
<style>
a { background-color: #5A7703; }
a { background-color: rgb(90,119,3); }
div.DivClassName
{
background-color: #5A7703;
}
.BgClassName
{
background-color: #5A7703;
}
</style>
border-color css
<style>
span { border-color: #5A7703; }
span { border-color: rgb(90,119,3); }
td.TdClassName
{
border-color: #5A7703;
}
.TagClassName
{
border-color: #5A7703;
}
</style>