Shades of Fiji Green #557A00
Tints of Fiji Green #557A00
RGB
CMYK
RGB Variations
Color information
#557A00 (or 0x557A00) is known color: Fiji Green. HEX triplet: 55, 7A and 00. RGB value is (85,122,0). Sum of RGB (Red+Green+Blue) = 85+122+0=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 122 (48.05% from 255 or 58.94% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 122 - color contains mainly: green. Hex color #557A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557A00 is #AA85FF. Grayscale: #616161. Windows color (decimal): -11175424 or 31317. OLE color: 31317.
HSL color Cylindrical-coordinate representation of color #557A00: hue angle of 78.2º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #557A00 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 122 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.52 |
| HSL | 78.2º | 1% | 0.24% | - |
| HSV(B) | 78.2º | 1% | 0.48% | - |
| XYZ | 10.71 | 15.85 | 2.5 | - |
| YUV | 97.03 | 73.24 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 0 | 0.30 | 0 | 1 | 0.52 | 78.2 | 1 | 0.24 |
| Hex | 55 | 7A | 0 | 1E | 0 | 64 | 34 | 4E | 64 | 18 |
| Octal | 125 | 172 | 0 | 36 | 0 | 144 | 64 | 116 | 144 | 30 |
| Binary | 1010101 | 1111010 | 0 | 11110 | 0 | 1100100 | 110100 | 1001110 | 1100100 | 11000 |
Color Harmonies of #557A00
Complementary color
Monochromatic Colors of #557A00
Black with #557A00
Text Example
Text Example
White with #557A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557A00; }
p { color: rgb(85,122,0); }
H1.HeaderClassName
{
color: #557A00;
}
.AnyTagClassName
{
color: #557A00;
}
</style>
background-color css
<style>
a { background-color: #557A00; }
a { background-color: rgb(85,122,0); }
div.DivClassName
{
background-color: #557A00;
}
.BgClassName
{
background-color: #557A00;
}
</style>
border-color css
<style>
span { border-color: #557A00; }
span { border-color: rgb(85,122,0); }
td.TdClassName
{
border-color: #557A00;
}
.TagClassName
{
border-color: #557A00;
}
</style>