Shades of Fiji Green #566F1C
Tints of Fiji Green #566F1C
RGB
CMYK
RGB Variations
Color information
#566F1C (or 0x566F1C) is known color: Fiji Green. HEX triplet: 56, 6F and 1C. RGB value is (86,111,28). Sum of RGB (Red+Green+Blue) = 86+111+28=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 111 (43.75% from 255 or 49.33% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 111 - color contains mainly: green. Hex color #566F1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566F1C is #A990E3. Grayscale: #5E5E5E. Windows color (decimal): -11112676 or 1863510. OLE color: 1863510.
HSL color Cylindrical-coordinate representation of color #566F1C: hue angle of 78.07º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #566F1C is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 111 | 28 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.56 |
| HSL | 78.07º | 0.6% | 0.27% | - |
| HSV(B) | 78.07º | 0.75% | 0.44% | - |
| XYZ | 9.73 | 13.43 | 3.18 | - |
| YUV | 94.06 | 90.72 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 28 | 0.23 | 0 | 0.75 | 0.56 | 78.07 | 0.6 | 0.27 |
| Hex | 56 | 6F | 1C | 17 | 0 | 4B | 38 | 4E | 3C | 1B |
| Octal | 126 | 157 | 34 | 27 | 0 | 113 | 70 | 116 | 74 | 33 |
| Binary | 1010110 | 1101111 | 11100 | 10111 | 0 | 1001011 | 111000 | 1001110 | 111100 | 11011 |
Color Harmonies of #566F1C
Complementary color
Monochromatic Colors of #566F1C
Black with #566F1C
Text Example
Text Example
White with #566F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F1C; }
p { color: rgb(86,111,28); }
H1.HeaderClassName
{
color: #566F1C;
}
.AnyTagClassName
{
color: #566F1C;
}
</style>
background-color css
<style>
a { background-color: #566F1C; }
a { background-color: rgb(86,111,28); }
div.DivClassName
{
background-color: #566F1C;
}
.BgClassName
{
background-color: #566F1C;
}
</style>
border-color css
<style>
span { border-color: #566F1C; }
span { border-color: rgb(86,111,28); }
td.TdClassName
{
border-color: #566F1C;
}
.TagClassName
{
border-color: #566F1C;
}
</style>