Shades of Fiji Green #557600
Tints of Fiji Green #557600
RGB
CMYK
RGB Variations
Color information
#557600 (or 0x557600) is known color: Fiji Green. HEX triplet: 55, 76 and 00. RGB value is (85,118,0). Sum of RGB (Red+Green+Blue) = 85+118+0=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #557600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557600 is #AA89FF. Grayscale: #5F5F5F. Windows color (decimal): -11176448 or 30293. OLE color: 30293.
HSL color Cylindrical-coordinate representation of color #557600: hue angle of 76.78º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #557600 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 118 | 0 | - |
| CMYK | 0.28 | 0 | 1 | 0.54 |
| HSL | 76.78º | 1% | 0.23% | - |
| HSV(B) | 76.78º | 1% | 0.46% | - |
| XYZ | 10.22 | 14.89 | 2.33 | - |
| YUV | 94.68 | 74.57 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 118 | 0 | 0.28 | 0 | 1 | 0.54 | 76.78 | 1 | 0.23 |
| Hex | 55 | 76 | 0 | 1C | 0 | 64 | 36 | 4D | 64 | 17 |
| Octal | 125 | 166 | 0 | 34 | 0 | 144 | 66 | 115 | 144 | 27 |
| Binary | 1010101 | 1110110 | 0 | 11100 | 0 | 1100100 | 110110 | 1001101 | 1100100 | 10111 |
Color Harmonies of #557600
Complementary color
Monochromatic Colors of #557600
Black with #557600
Text Example
Text Example
White with #557600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557600; }
p { color: rgb(85,118,0); }
H1.HeaderClassName
{
color: #557600;
}
.AnyTagClassName
{
color: #557600;
}
</style>
background-color css
<style>
a { background-color: #557600; }
a { background-color: rgb(85,118,0); }
div.DivClassName
{
background-color: #557600;
}
.BgClassName
{
background-color: #557600;
}
</style>
border-color css
<style>
span { border-color: #557600; }
span { border-color: rgb(85,118,0); }
td.TdClassName
{
border-color: #557600;
}
.TagClassName
{
border-color: #557600;
}
</style>