Shades of Fiji Green #556612
Tints of Fiji Green #556612
RGB
CMYK
RGB Variations
Color information
#556612 (or 0x556612) is known color: Fiji Green. HEX triplet: 55, 66 and 12. RGB value is (85,102,18). Sum of RGB (Red+Green+Blue) = 85+102+18=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #556612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556612 is #AA99ED. Grayscale: #575757. Windows color (decimal): -11180526 or 1205845. OLE color: 1205845.
HSL color Cylindrical-coordinate representation of color #556612: hue angle of 72.14º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #556612 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 85 | 102 | 18 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.6 |
| HSL | 72.14º | 0.7% | 0.24% | - |
| HSV(B) | 72.14º | 0.82% | 0.4% | - |
| XYZ | 8.61 | 11.48 | 2.33 | - |
| YUV | 87.34 | 88.87 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 102 | 18 | 0.17 | 0 | 0.82 | 0.6 | 72.14 | 0.7 | 0.24 |
| Hex | 55 | 66 | 12 | 11 | 0 | 52 | 3C | 48 | 46 | 18 |
| Octal | 125 | 146 | 22 | 21 | 0 | 122 | 74 | 110 | 106 | 30 |
| Binary | 1010101 | 1100110 | 10010 | 10001 | 0 | 1010010 | 111100 | 1001000 | 1000110 | 11000 |
Color Harmonies of #556612
Complementary color
Monochromatic Colors of #556612
Black with #556612
Text Example
Text Example
White with #556612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556612; }
p { color: rgb(85,102,18); }
H1.HeaderClassName
{
color: #556612;
}
.AnyTagClassName
{
color: #556612;
}
</style>
background-color css
<style>
a { background-color: #556612; }
a { background-color: rgb(85,102,18); }
div.DivClassName
{
background-color: #556612;
}
.BgClassName
{
background-color: #556612;
}
</style>
border-color css
<style>
span { border-color: #556612; }
span { border-color: rgb(85,102,18); }
td.TdClassName
{
border-color: #556612;
}
.TagClassName
{
border-color: #556612;
}
</style>