Shades of Fiji Green #55710D
Tints of Fiji Green #55710D
RGB
CMYK
RGB Variations
Color information
#55710D (or 0x55710D) is known color: Fiji Green. HEX triplet: 55, 71 and 0D. RGB value is (85,113,13). Sum of RGB (Red+Green+Blue) = 85+113+13=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #55710D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55710D is #AA8EF2. Grayscale: #5D5D5D. Windows color (decimal): -11177715 or 880981. OLE color: 880981.
HSL color Cylindrical-coordinate representation of color #55710D: hue angle of 76.8º 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 #55710D is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 113 | 13 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.56 |
| HSL | 76.8º | 0.79% | 0.25% | - |
| HSV(B) | 76.8º | 0.88% | 0.44% | - |
| XYZ | 9.72 | 13.77 | 2.53 | - |
| YUV | 93.23 | 82.72 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 113 | 13 | 0.25 | 0 | 0.88 | 0.56 | 76.8 | 0.79 | 0.25 |
| Hex | 55 | 71 | D | 19 | 0 | 58 | 38 | 4D | 4F | 19 |
| Octal | 125 | 161 | 15 | 31 | 0 | 130 | 70 | 115 | 117 | 31 |
| Binary | 1010101 | 1110001 | 1101 | 11001 | 0 | 1011000 | 111000 | 1001101 | 1001111 | 11001 |
Color Harmonies of #55710D
Complementary color
Monochromatic Colors of #55710D
Black with #55710D
Text Example
Text Example
White with #55710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55710D; }
p { color: rgb(85,113,13); }
H1.HeaderClassName
{
color: #55710D;
}
.AnyTagClassName
{
color: #55710D;
}
</style>
background-color css
<style>
a { background-color: #55710D; }
a { background-color: rgb(85,113,13); }
div.DivClassName
{
background-color: #55710D;
}
.BgClassName
{
background-color: #55710D;
}
</style>
border-color css
<style>
span { border-color: #55710D; }
span { border-color: rgb(85,113,13); }
td.TdClassName
{
border-color: #55710D;
}
.TagClassName
{
border-color: #55710D;
}
</style>