Shades of Fiji Green #55710F
Tints of Fiji Green #55710F
RGB
CMYK
RGB Variations
Color information
#55710F (or 0x55710F) is known color: Fiji Green. HEX triplet: 55, 71 and 0F. RGB value is (85,113,15). Sum of RGB (Red+Green+Blue) = 85+113+15=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #55710F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55710F is #AA8EF0. Grayscale: #5D5D5D. Windows color (decimal): -11177713 or 1012053. OLE color: 1012053.
HSL color Cylindrical-coordinate representation of color #55710F: hue angle of 77.14º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55710F is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 113 | 15 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.56 |
| HSL | 77.14º | 0.77% | 0.25% | - |
| HSV(B) | 77.14º | 0.87% | 0.44% | - |
| XYZ | 9.74 | 13.78 | 2.6 | - |
| YUV | 93.46 | 83.72 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 113 | 15 | 0.25 | 0 | 0.87 | 0.56 | 77.14 | 0.77 | 0.25 |
| Hex | 55 | 71 | F | 19 | 0 | 57 | 38 | 4D | 4D | 19 |
| Octal | 125 | 161 | 17 | 31 | 0 | 127 | 70 | 115 | 115 | 31 |
| Binary | 1010101 | 1110001 | 1111 | 11001 | 0 | 1010111 | 111000 | 1001101 | 1001101 | 11001 |
Color Harmonies of #55710F
Complementary color
Monochromatic Colors of #55710F
Black with #55710F
Text Example
Text Example
White with #55710F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55710F; }
p { color: rgb(85,113,15); }
H1.HeaderClassName
{
color: #55710F;
}
.AnyTagClassName
{
color: #55710F;
}
</style>
background-color css
<style>
a { background-color: #55710F; }
a { background-color: rgb(85,113,15); }
div.DivClassName
{
background-color: #55710F;
}
.BgClassName
{
background-color: #55710F;
}
</style>
border-color css
<style>
span { border-color: #55710F; }
span { border-color: rgb(85,113,15); }
td.TdClassName
{
border-color: #55710F;
}
.TagClassName
{
border-color: #55710F;
}
</style>