Shades of Fiji Green #55750E
Tints of Fiji Green #55750E
RGB
CMYK
RGB Variations
Color information
#55750E (or 0x55750E) is known color: Fiji Green. HEX triplet: 55, 75 and 0E. RGB value is (85,117,14). Sum of RGB (Red+Green+Blue) = 85+117+14=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 117 (46.09% from 255 or 54.17% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 117 - color contains mainly: green. Hex color #55750E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55750E is #AA8AF1. Grayscale: #606060. Windows color (decimal): -11176690 or 947541. OLE color: 947541.
HSL color Cylindrical-coordinate representation of color #55750E: hue angle of 78.64º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55750E is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 117 | 14 | - |
| CMYK | 0.27 | 0 | 0.88 | 0.54 |
| HSL | 78.64º | 0.79% | 0.26% | - |
| HSV(B) | 78.64º | 0.88% | 0.46% | - |
| XYZ | 10.19 | 14.69 | 2.71 | - |
| YUV | 95.69 | 81.9 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 14 | 0.27 | 0 | 0.88 | 0.54 | 78.64 | 0.79 | 0.26 |
| Hex | 55 | 75 | E | 1B | 0 | 58 | 36 | 4F | 4F | 1A |
| Octal | 125 | 165 | 16 | 33 | 0 | 130 | 66 | 117 | 117 | 32 |
| Binary | 1010101 | 1110101 | 1110 | 11011 | 0 | 1011000 | 110110 | 1001111 | 1001111 | 11010 |
Color Harmonies of #55750E
Complementary color
Monochromatic Colors of #55750E
Black with #55750E
Text Example
Text Example
White with #55750E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55750E; }
p { color: rgb(85,117,14); }
H1.HeaderClassName
{
color: #55750E;
}
.AnyTagClassName
{
color: #55750E;
}
</style>
background-color css
<style>
a { background-color: #55750E; }
a { background-color: rgb(85,117,14); }
div.DivClassName
{
background-color: #55750E;
}
.BgClassName
{
background-color: #55750E;
}
</style>
border-color css
<style>
span { border-color: #55750E; }
span { border-color: rgb(85,117,14); }
td.TdClassName
{
border-color: #55750E;
}
.TagClassName
{
border-color: #55750E;
}
</style>