Shades of Fiji Green #556D07
Tints of Fiji Green #556D07
RGB
CMYK
RGB Variations
Color information
#556D07 (or 0x556D07) is known color: Fiji Green. HEX triplet: 55, 6D and 07. RGB value is (85,109,7). Sum of RGB (Red+Green+Blue) = 85+109+7=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 109 (42.97% from 255 or 54.23% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 109 - color contains mainly: green. Hex color #556D07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556D07 is #AA92F8. Grayscale: #5A5A5A. Windows color (decimal): -11178745 or 486741. OLE color: 486741.
HSL color Cylindrical-coordinate representation of color #556D07: hue angle of 74.12º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #556D07 is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 109 | 7 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.57 |
| HSL | 74.12º | 0.88% | 0.23% | - |
| HSV(B) | 74.12º | 0.94% | 0.43% | - |
| XYZ | 9.25 | 12.88 | 2.2 | - |
| YUV | 90.2 | 81.05 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 7 | 0.22 | 0 | 0.94 | 0.57 | 74.12 | 0.88 | 0.23 |
| Hex | 55 | 6D | 7 | 16 | 0 | 5E | 39 | 4A | 58 | 17 |
| Octal | 125 | 155 | 7 | 26 | 0 | 136 | 71 | 112 | 130 | 27 |
| Binary | 1010101 | 1101101 | 111 | 10110 | 0 | 1011110 | 111001 | 1001010 | 1011000 | 10111 |
Color Harmonies of #556D07
Complementary color
Monochromatic Colors of #556D07
Black with #556D07
Text Example
Text Example
White with #556D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556D07; }
p { color: rgb(85,109,7); }
H1.HeaderClassName
{
color: #556D07;
}
.AnyTagClassName
{
color: #556D07;
}
</style>
background-color css
<style>
a { background-color: #556D07; }
a { background-color: rgb(85,109,7); }
div.DivClassName
{
background-color: #556D07;
}
.BgClassName
{
background-color: #556D07;
}
</style>
border-color css
<style>
span { border-color: #556D07; }
span { border-color: rgb(85,109,7); }
td.TdClassName
{
border-color: #556D07;
}
.TagClassName
{
border-color: #556D07;
}
</style>