Shades of Fiji Green #566F13
Tints of Fiji Green #566F13
RGB
CMYK
RGB Variations
Color information
#566F13 (or 0x566F13) is known color: Fiji Green. HEX triplet: 56, 6F and 13. RGB value is (86,111,19). Sum of RGB (Red+Green+Blue) = 86+111+19=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 111 (43.75% from 255 or 51.39% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 111 - color contains mainly: green. Hex color #566F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566F13 is #A990EC. Grayscale: #5D5D5D. Windows color (decimal): -11112685 or 1273686. OLE color: 1273686.
HSL color Cylindrical-coordinate representation of color #566F13: hue angle of 76.3º 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 #566F13 is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 111 | 19 | - |
| CMYK | 0.23 | 0 | 0.83 | 0.56 |
| HSL | 76.3º | 0.71% | 0.25% | - |
| HSV(B) | 76.3º | 0.83% | 0.44% | - |
| XYZ | 9.64 | 13.39 | 2.69 | - |
| YUV | 93.04 | 86.22 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 19 | 0.23 | 0 | 0.83 | 0.56 | 76.3 | 0.71 | 0.25 |
| Hex | 56 | 6F | 13 | 17 | 0 | 53 | 38 | 4C | 47 | 19 |
| Octal | 126 | 157 | 23 | 27 | 0 | 123 | 70 | 114 | 107 | 31 |
| Binary | 1010110 | 1101111 | 10011 | 10111 | 0 | 1010011 | 111000 | 1001100 | 1000111 | 11001 |
Color Harmonies of #566F13
Complementary color
Monochromatic Colors of #566F13
Black with #566F13
Text Example
Text Example
White with #566F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F13; }
p { color: rgb(86,111,19); }
H1.HeaderClassName
{
color: #566F13;
}
.AnyTagClassName
{
color: #566F13;
}
</style>
background-color css
<style>
a { background-color: #566F13; }
a { background-color: rgb(86,111,19); }
div.DivClassName
{
background-color: #566F13;
}
.BgClassName
{
background-color: #566F13;
}
</style>
border-color css
<style>
span { border-color: #566F13; }
span { border-color: rgb(86,111,19); }
td.TdClassName
{
border-color: #566F13;
}
.TagClassName
{
border-color: #566F13;
}
</style>