Shades of Fiji Green #556C02
Tints of Fiji Green #556C02
RGB
CMYK
RGB Variations
Color information
#556C02 (or 0x556C02) is known color: Fiji Green. HEX triplet: 55, 6C and 02. RGB value is (85,108,2). Sum of RGB (Red+Green+Blue) = 85+108+2=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 108 (42.58% from 255 or 55.38% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 108 - color contains mainly: green. Hex color #556C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556C02 is #AA93FD. Grayscale: #595959. Windows color (decimal): -11179006 or 158805. OLE color: 158805.
HSL color Cylindrical-coordinate representation of color #556C02: hue angle of 73.02º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #556C02 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 108 | 2 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.58 |
| HSL | 73.02º | 0.96% | 0.22% | - |
| HSV(B) | 73.02º | 0.98% | 0.42% | - |
| XYZ | 9.12 | 12.66 | 2.02 | - |
| YUV | 89.04 | 78.88 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 108 | 2 | 0.21 | 0 | 0.98 | 0.58 | 73.02 | 0.96 | 0.22 |
| Hex | 55 | 6C | 2 | 15 | 0 | 62 | 3A | 49 | 60 | 16 |
| Octal | 125 | 154 | 2 | 25 | 0 | 142 | 72 | 111 | 140 | 26 |
| Binary | 1010101 | 1101100 | 10 | 10101 | 0 | 1100010 | 111010 | 1001001 | 1100000 | 10110 |
Color Harmonies of #556C02
Complementary color
Monochromatic Colors of #556C02
Black with #556C02
Text Example
Text Example
White with #556C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556C02; }
p { color: rgb(85,108,2); }
H1.HeaderClassName
{
color: #556C02;
}
.AnyTagClassName
{
color: #556C02;
}
</style>
background-color css
<style>
a { background-color: #556C02; }
a { background-color: rgb(85,108,2); }
div.DivClassName
{
background-color: #556C02;
}
.BgClassName
{
background-color: #556C02;
}
</style>
border-color css
<style>
span { border-color: #556C02; }
span { border-color: rgb(85,108,2); }
td.TdClassName
{
border-color: #556C02;
}
.TagClassName
{
border-color: #556C02;
}
</style>