Shades of Fiji Green #557A07
Tints of Fiji Green #557A07
RGB
CMYK
RGB Variations
Color information
#557A07 (or 0x557A07) is known color: Fiji Green. HEX triplet: 55, 7A and 07. RGB value is (85,122,7). Sum of RGB (Red+Green+Blue) = 85+122+7=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 122 (48.05% from 255 or 57.01% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 122 - color contains mainly: green. Hex color #557A07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557A07 is #AA85F8. Grayscale: #626262. Windows color (decimal): -11175417 or 490069. OLE color: 490069.
HSL color Cylindrical-coordinate representation of color #557A07: hue angle of 79.3º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #557A07 is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 122 | 7 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.52 |
| HSL | 79.3º | 0.89% | 0.25% | - |
| HSV(B) | 79.3º | 0.94% | 0.48% | - |
| XYZ | 10.74 | 15.87 | 2.7 | - |
| YUV | 97.83 | 76.74 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 7 | 0.30 | 0 | 0.94 | 0.52 | 79.3 | 0.89 | 0.25 |
| Hex | 55 | 7A | 7 | 1E | 0 | 5E | 34 | 4F | 59 | 19 |
| Octal | 125 | 172 | 7 | 36 | 0 | 136 | 64 | 117 | 131 | 31 |
| Binary | 1010101 | 1111010 | 111 | 11110 | 0 | 1011110 | 110100 | 1001111 | 1011001 | 11001 |
Color Harmonies of #557A07
Complementary color
Monochromatic Colors of #557A07
Black with #557A07
Text Example
Text Example
White with #557A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557A07; }
p { color: rgb(85,122,7); }
H1.HeaderClassName
{
color: #557A07;
}
.AnyTagClassName
{
color: #557A07;
}
</style>
background-color css
<style>
a { background-color: #557A07; }
a { background-color: rgb(85,122,7); }
div.DivClassName
{
background-color: #557A07;
}
.BgClassName
{
background-color: #557A07;
}
</style>
border-color css
<style>
span { border-color: #557A07; }
span { border-color: rgb(85,122,7); }
td.TdClassName
{
border-color: #557A07;
}
.TagClassName
{
border-color: #557A07;
}
</style>