Shades of Fiji Green #54710D
Tints of Fiji Green #54710D
RGB
CMYK
RGB Variations
Color information
#54710D (or 0x54710D) is known color: Fiji Green. HEX triplet: 54, 71 and 0D. RGB value is (84,113,13). Sum of RGB (Red+Green+Blue) = 84+113+13=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 113 (44.53% from 255 or 53.81% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 113 - color contains mainly: green. Hex color #54710D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54710D is #AB8EF2. Grayscale: #5D5D5D. Windows color (decimal): -11243251 or 880980. OLE color: 880980.
HSL color Cylindrical-coordinate representation of color #54710D: hue angle of 77.4º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #54710D is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 113 | 13 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.56 |
| HSL | 77.4º | 0.79% | 0.25% | - |
| HSV(B) | 77.4º | 0.88% | 0.44% | - |
| XYZ | 9.63 | 13.72 | 2.52 | - |
| YUV | 92.93 | 82.89 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 113 | 13 | 0.26 | 0 | 0.88 | 0.56 | 77.4 | 0.79 | 0.25 |
| Hex | 54 | 71 | D | 1A | 0 | 58 | 38 | 4D | 4F | 19 |
| Octal | 124 | 161 | 15 | 32 | 0 | 130 | 70 | 115 | 117 | 31 |
| Binary | 1010100 | 1110001 | 1101 | 11010 | 0 | 1011000 | 111000 | 1001101 | 1001111 | 11001 |
Color Harmonies of #54710D
Complementary color
Monochromatic Colors of #54710D
Black with #54710D
Text Example
Text Example
White with #54710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54710D; }
p { color: rgb(84,113,13); }
H1.HeaderClassName
{
color: #54710D;
}
.AnyTagClassName
{
color: #54710D;
}
</style>
background-color css
<style>
a { background-color: #54710D; }
a { background-color: rgb(84,113,13); }
div.DivClassName
{
background-color: #54710D;
}
.BgClassName
{
background-color: #54710D;
}
</style>
border-color css
<style>
span { border-color: #54710D; }
span { border-color: rgb(84,113,13); }
td.TdClassName
{
border-color: #54710D;
}
.TagClassName
{
border-color: #54710D;
}
</style>