Shades of Fiji Green #557000
Tints of Fiji Green #557000
RGB
CMYK
RGB Variations
Color information
#557000 (or 0x557000) is known color: Fiji Green. HEX triplet: 55, 70 and 00. RGB value is (85,112,0). Sum of RGB (Red+Green+Blue) = 85+112+0=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #557000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557000 is #AA8FFF. Grayscale: #5B5B5B. Windows color (decimal): -11177984 or 28757. OLE color: 28757.
HSL color Cylindrical-coordinate representation of color #557000: hue angle of 74.46º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #557000 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 112 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.56 |
| HSL | 74.46º | 1% | 0.22% | - |
| HSV(B) | 74.46º | 1% | 0.44% | - |
| XYZ | 9.54 | 13.52 | 2.11 | - |
| YUV | 91.16 | 76.55 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 112 | 0 | 0.24 | 0 | 1 | 0.56 | 74.46 | 1 | 0.22 |
| Hex | 55 | 70 | 0 | 18 | 0 | 64 | 38 | 4A | 64 | 16 |
| Octal | 125 | 160 | 0 | 30 | 0 | 144 | 70 | 112 | 144 | 26 |
| Binary | 1010101 | 1110000 | 0 | 11000 | 0 | 1100100 | 111000 | 1001010 | 1100100 | 10110 |
Color Harmonies of #557000
Complementary color
Monochromatic Colors of #557000
Black with #557000
Text Example
Text Example
White with #557000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557000; }
p { color: rgb(85,112,0); }
H1.HeaderClassName
{
color: #557000;
}
.AnyTagClassName
{
color: #557000;
}
</style>
background-color css
<style>
a { background-color: #557000; }
a { background-color: rgb(85,112,0); }
div.DivClassName
{
background-color: #557000;
}
.BgClassName
{
background-color: #557000;
}
</style>
border-color css
<style>
span { border-color: #557000; }
span { border-color: rgb(85,112,0); }
td.TdClassName
{
border-color: #557000;
}
.TagClassName
{
border-color: #557000;
}
</style>