Shades of Fiji Green #55710C
Tints of Fiji Green #55710C
RGB
CMYK
RGB Variations
Color information
#55710C (or 0x55710C) is known color: Fiji Green. HEX triplet: 55, 71 and 0C. RGB value is (85,113,12). Sum of RGB (Red+Green+Blue) = 85+113+12=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 113 (44.53% from 255 or 53.81% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 113 - color contains mainly: green. Hex color #55710C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55710C is #AA8EF3. Grayscale: #5D5D5D. Windows color (decimal): -11177716 or 815445. OLE color: 815445.
HSL color Cylindrical-coordinate representation of color #55710C: hue angle of 76.63º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55710C is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 113 | 12 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.56 |
| HSL | 76.63º | 0.81% | 0.25% | - |
| HSV(B) | 76.63º | 0.89% | 0.44% | - |
| XYZ | 9.72 | 13.77 | 2.49 | - |
| YUV | 93.11 | 82.22 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 113 | 12 | 0.25 | 0 | 0.89 | 0.56 | 76.63 | 0.81 | 0.25 |
| Hex | 55 | 71 | C | 19 | 0 | 59 | 38 | 4D | 51 | 19 |
| Octal | 125 | 161 | 14 | 31 | 0 | 131 | 70 | 115 | 121 | 31 |
| Binary | 1010101 | 1110001 | 1100 | 11001 | 0 | 1011001 | 111000 | 1001101 | 1010001 | 11001 |
Color Harmonies of #55710C
Complementary color
Monochromatic Colors of #55710C
Black with #55710C
Text Example
Text Example
White with #55710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55710C; }
p { color: rgb(85,113,12); }
H1.HeaderClassName
{
color: #55710C;
}
.AnyTagClassName
{
color: #55710C;
}
</style>
background-color css
<style>
a { background-color: #55710C; }
a { background-color: rgb(85,113,12); }
div.DivClassName
{
background-color: #55710C;
}
.BgClassName
{
background-color: #55710C;
}
</style>
border-color css
<style>
span { border-color: #55710C; }
span { border-color: rgb(85,113,12); }
td.TdClassName
{
border-color: #55710C;
}
.TagClassName
{
border-color: #55710C;
}
</style>