Shades of Fiji Green #557D09
Tints of Fiji Green #557D09
RGB
CMYK
RGB Variations
Color information
#557D09 (or 0x557D09) is known color: Fiji Green. HEX triplet: 55, 7D and 09. RGB value is (85,125,9). Sum of RGB (Red+Green+Blue) = 85+125+9=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 125 (49.22% from 255 or 57.08% from 219); Blue value is 9 (3.91% from 255 or 4.11% from 219); Max value from RGB is 125 - color contains mainly: green. Hex color #557D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557D09 is #AA82F6. Grayscale: #646464. Windows color (decimal): -11174647 or 621909. OLE color: 621909.
HSL color Cylindrical-coordinate representation of color #557D09: hue angle of 80.69º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #557D09 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 125 | 9 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.51 |
| HSL | 80.69º | 0.87% | 0.26% | - |
| HSV(B) | 80.69º | 0.93% | 0.49% | - |
| XYZ | 11.13 | 16.62 | 2.88 | - |
| YUV | 99.82 | 76.75 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 125 | 9 | 0.32 | 0 | 0.93 | 0.51 | 80.69 | 0.87 | 0.26 |
| Hex | 55 | 7D | 9 | 20 | 0 | 5D | 33 | 51 | 57 | 1A |
| Octal | 125 | 175 | 11 | 40 | 0 | 135 | 63 | 121 | 127 | 32 |
| Binary | 1010101 | 1111101 | 1001 | 100000 | 0 | 1011101 | 110011 | 1010001 | 1010111 | 11010 |
Color Harmonies of #557D09
Complementary color
Monochromatic Colors of #557D09
Black with #557D09
Text Example
Text Example
White with #557D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557D09; }
p { color: rgb(85,125,9); }
H1.HeaderClassName
{
color: #557D09;
}
.AnyTagClassName
{
color: #557D09;
}
</style>
background-color css
<style>
a { background-color: #557D09; }
a { background-color: rgb(85,125,9); }
div.DivClassName
{
background-color: #557D09;
}
.BgClassName
{
background-color: #557D09;
}
</style>
border-color css
<style>
span { border-color: #557D09; }
span { border-color: rgb(85,125,9); }
td.TdClassName
{
border-color: #557D09;
}
.TagClassName
{
border-color: #557D09;
}
</style>