Shades of Fiji Green #557800
Tints of Fiji Green #557800
RGB
CMYK
RGB Variations
Color information
#557800 (or 0x557800) is known color: Fiji Green. HEX triplet: 55, 78 and 00. RGB value is (85,120,0). Sum of RGB (Red+Green+Blue) = 85+120+0=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 120 (47.27% from 255 or 58.54% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 120 - color contains mainly: green. Hex color #557800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557800 is #AA87FF. Grayscale: #606060. Windows color (decimal): -11175936 or 30805. OLE color: 30805.
HSL color Cylindrical-coordinate representation of color #557800: hue angle of 77.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #557800 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 120 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.53 |
| HSL | 77.5º | 1% | 0.24% | - |
| HSV(B) | 77.5º | 1% | 0.47% | - |
| XYZ | 10.46 | 15.36 | 2.41 | - |
| YUV | 95.86 | 73.9 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 120 | 0 | 0.29 | 0 | 1 | 0.53 | 77.5 | 1 | 0.24 |
| Hex | 55 | 78 | 0 | 1D | 0 | 64 | 35 | 4E | 64 | 18 |
| Octal | 125 | 170 | 0 | 35 | 0 | 144 | 65 | 116 | 144 | 30 |
| Binary | 1010101 | 1111000 | 0 | 11101 | 0 | 1100100 | 110101 | 1001110 | 1100100 | 11000 |
Color Harmonies of #557800
Complementary color
Monochromatic Colors of #557800
Black with #557800
Text Example
Text Example
White with #557800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557800; }
p { color: rgb(85,120,0); }
H1.HeaderClassName
{
color: #557800;
}
.AnyTagClassName
{
color: #557800;
}
</style>
background-color css
<style>
a { background-color: #557800; }
a { background-color: rgb(85,120,0); }
div.DivClassName
{
background-color: #557800;
}
.BgClassName
{
background-color: #557800;
}
</style>
border-color css
<style>
span { border-color: #557800; }
span { border-color: rgb(85,120,0); }
td.TdClassName
{
border-color: #557800;
}
.TagClassName
{
border-color: #557800;
}
</style>