Shades of Fiji Green #5A710B
Tints of Fiji Green #5A710B
RGB
CMYK
RGB Variations
Color information
#5A710B (or 0x5A710B) is known color: Fiji Green. HEX triplet: 5A, 71 and 0B. RGB value is (90,113,11). Sum of RGB (Red+Green+Blue) = 90+113+11=214 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.06% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #5A710B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A710B is #A58EF4. Grayscale: #5E5E5E. Windows color (decimal): -10850037 or 749914. OLE color: 749914.
HSL color Cylindrical-coordinate representation of color #5A710B: hue angle of 73.53º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A710B is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 113 | 11 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.56 |
| HSL | 73.53º | 0.82% | 0.24% | - |
| HSV(B) | 73.53º | 0.9% | 0.44% | - |
| XYZ | 10.18 | 14.01 | 2.48 | - |
| YUV | 94.5 | 80.88 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 113 | 11 | 0.20 | 0 | 0.90 | 0.56 | 73.53 | 0.82 | 0.24 |
| Hex | 5A | 71 | B | 14 | 0 | 5A | 38 | 4A | 52 | 18 |
| Octal | 132 | 161 | 13 | 24 | 0 | 132 | 70 | 112 | 122 | 30 |
| Binary | 1011010 | 1110001 | 1011 | 10100 | 0 | 1011010 | 111000 | 1001010 | 1010010 | 11000 |
Color Harmonies of #5A710B
Complementary color
Monochromatic Colors of #5A710B
Black with #5A710B
Text Example
Text Example
White with #5A710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A710B; }
p { color: rgb(90,113,11); }
H1.HeaderClassName
{
color: #5A710B;
}
.AnyTagClassName
{
color: #5A710B;
}
</style>
background-color css
<style>
a { background-color: #5A710B; }
a { background-color: rgb(90,113,11); }
div.DivClassName
{
background-color: #5A710B;
}
.BgClassName
{
background-color: #5A710B;
}
</style>
border-color css
<style>
span { border-color: #5A710B; }
span { border-color: rgb(90,113,11); }
td.TdClassName
{
border-color: #5A710B;
}
.TagClassName
{
border-color: #5A710B;
}
</style>