Shades of Fiji Green #556D0A
Tints of Fiji Green #556D0A
RGB
CMYK
RGB Variations
Color information
#556D0A (or 0x556D0A) is known color: Fiji Green. HEX triplet: 55, 6D and 0A. RGB value is (85,109,10). Sum of RGB (Red+Green+Blue) = 85+109+10=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 109 (42.97% from 255 or 53.43% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 109 - color contains mainly: green. Hex color #556D0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556D0A is #AA92F5. Grayscale: #5A5A5A. Windows color (decimal): -11178742 or 683349. OLE color: 683349.
HSL color Cylindrical-coordinate representation of color #556D0A: hue angle of 74.55º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #556D0A is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 109 | 10 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.57 |
| HSL | 74.55º | 0.83% | 0.23% | - |
| HSV(B) | 74.55º | 0.91% | 0.43% | - |
| XYZ | 9.27 | 12.89 | 2.29 | - |
| YUV | 90.54 | 82.55 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 10 | 0.22 | 0 | 0.91 | 0.57 | 74.55 | 0.83 | 0.23 |
| Hex | 55 | 6D | A | 16 | 0 | 5B | 39 | 4B | 53 | 17 |
| Octal | 125 | 155 | 12 | 26 | 0 | 133 | 71 | 113 | 123 | 27 |
| Binary | 1010101 | 1101101 | 1010 | 10110 | 0 | 1011011 | 111001 | 1001011 | 1010011 | 10111 |
Color Harmonies of #556D0A
Complementary color
Monochromatic Colors of #556D0A
Black with #556D0A
Text Example
Text Example
White with #556D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556D0A; }
p { color: rgb(85,109,10); }
H1.HeaderClassName
{
color: #556D0A;
}
.AnyTagClassName
{
color: #556D0A;
}
</style>
background-color css
<style>
a { background-color: #556D0A; }
a { background-color: rgb(85,109,10); }
div.DivClassName
{
background-color: #556D0A;
}
.BgClassName
{
background-color: #556D0A;
}
</style>
border-color css
<style>
span { border-color: #556D0A; }
span { border-color: rgb(85,109,10); }
td.TdClassName
{
border-color: #556D0A;
}
.TagClassName
{
border-color: #556D0A;
}
</style>