Shades of Fiji Green #556F07
Tints of Fiji Green #556F07
RGB
CMYK
RGB Variations
Color information
#556F07 (or 0x556F07) is known color: Fiji Green. HEX triplet: 55, 6F and 07. RGB value is (85,111,7). Sum of RGB (Red+Green+Blue) = 85+111+7=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 111 (43.75% from 255 or 54.68% from 203); Blue value is 7 (3.12% from 255 or 3.45% from 203); Max value from RGB is 111 - color contains mainly: green. Hex color #556F07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556F07 is #AA90F8. Grayscale: #5B5B5B. Windows color (decimal): -11178233 or 487253. OLE color: 487253.
HSL color Cylindrical-coordinate representation of color #556F07: hue angle of 75º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #556F07 is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 111 | 7 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.56 |
| HSL | 75º | 0.88% | 0.23% | - |
| HSV(B) | 75º | 0.94% | 0.44% | - |
| XYZ | 9.47 | 13.32 | 2.27 | - |
| YUV | 91.37 | 80.39 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 111 | 7 | 0.23 | 0 | 0.94 | 0.56 | 75 | 0.88 | 0.23 |
| Hex | 55 | 6F | 7 | 17 | 0 | 5E | 38 | 4B | 58 | 17 |
| Octal | 125 | 157 | 7 | 27 | 0 | 136 | 70 | 113 | 130 | 27 |
| Binary | 1010101 | 1101111 | 111 | 10111 | 0 | 1011110 | 111000 | 1001011 | 1011000 | 10111 |
Color Harmonies of #556F07
Complementary color
Monochromatic Colors of #556F07
Black with #556F07
Text Example
Text Example
White with #556F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556F07; }
p { color: rgb(85,111,7); }
H1.HeaderClassName
{
color: #556F07;
}
.AnyTagClassName
{
color: #556F07;
}
</style>
background-color css
<style>
a { background-color: #556F07; }
a { background-color: rgb(85,111,7); }
div.DivClassName
{
background-color: #556F07;
}
.BgClassName
{
background-color: #556F07;
}
</style>
border-color css
<style>
span { border-color: #556F07; }
span { border-color: rgb(85,111,7); }
td.TdClassName
{
border-color: #556F07;
}
.TagClassName
{
border-color: #556F07;
}
</style>