Shades of Fiji Green #556F13
Tints of Fiji Green #556F13
RGB
CMYK
RGB Variations
Color information
#556F13 (or 0x556F13) is known color: Fiji Green. HEX triplet: 55, 6F and 13. RGB value is (85,111,19). Sum of RGB (Red+Green+Blue) = 85+111+19=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 111 (43.75% from 255 or 51.63% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 111 - color contains mainly: green. Hex color #556F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556F13 is #AA90EC. Grayscale: #5D5D5D. Windows color (decimal): -11178221 or 1273685. OLE color: 1273685.
HSL color Cylindrical-coordinate representation of color #556F13: hue angle of 76.96º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #556F13 is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 111 | 19 | - |
| CMYK | 0.23 | 0 | 0.83 | 0.56 |
| HSL | 76.96º | 0.71% | 0.25% | - |
| HSV(B) | 76.96º | 0.83% | 0.44% | - |
| XYZ | 9.55 | 13.35 | 2.69 | - |
| YUV | 92.74 | 86.39 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 111 | 19 | 0.23 | 0 | 0.83 | 0.56 | 76.96 | 0.71 | 0.25 |
| Hex | 55 | 6F | 13 | 17 | 0 | 53 | 38 | 4D | 47 | 19 |
| Octal | 125 | 157 | 23 | 27 | 0 | 123 | 70 | 115 | 107 | 31 |
| Binary | 1010101 | 1101111 | 10011 | 10111 | 0 | 1010011 | 111000 | 1001101 | 1000111 | 11001 |
Color Harmonies of #556F13
Complementary color
Monochromatic Colors of #556F13
Black with #556F13
Text Example
Text Example
White with #556F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556F13; }
p { color: rgb(85,111,19); }
H1.HeaderClassName
{
color: #556F13;
}
.AnyTagClassName
{
color: #556F13;
}
</style>
background-color css
<style>
a { background-color: #556F13; }
a { background-color: rgb(85,111,19); }
div.DivClassName
{
background-color: #556F13;
}
.BgClassName
{
background-color: #556F13;
}
</style>
border-color css
<style>
span { border-color: #556F13; }
span { border-color: rgb(85,111,19); }
td.TdClassName
{
border-color: #556F13;
}
.TagClassName
{
border-color: #556F13;
}
</style>