Shades of Fiji Green #56680E
Tints of Fiji Green #56680E
RGB
CMYK
RGB Variations
Color information
#56680E (or 0x56680E) is known color: Fiji Green. HEX triplet: 56, 68 and 0E. RGB value is (86,104,14). Sum of RGB (Red+Green+Blue) = 86+104+14=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 104 (41.02% from 255 or 50.98% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 104 - color contains mainly: green. Hex color #56680E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56680E is #A997F1. Grayscale: #585858. Windows color (decimal): -11114482 or 944214. OLE color: 944214.
HSL color Cylindrical-coordinate representation of color #56680E: hue angle of 72º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #56680E is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 86 | 104 | 14 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.59 |
| HSL | 72º | 0.76% | 0.23% | - |
| HSV(B) | 72º | 0.87% | 0.41% | - |
| XYZ | 8.87 | 11.91 | 2.25 | - |
| YUV | 88.36 | 86.04 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 104 | 14 | 0.17 | 0 | 0.87 | 0.59 | 72 | 0.76 | 0.23 |
| Hex | 56 | 68 | E | 11 | 0 | 57 | 3B | 48 | 4C | 17 |
| Octal | 126 | 150 | 16 | 21 | 0 | 127 | 73 | 110 | 114 | 27 |
| Binary | 1010110 | 1101000 | 1110 | 10001 | 0 | 1010111 | 111011 | 1001000 | 1001100 | 10111 |
Color Harmonies of #56680E
Complementary color
Monochromatic Colors of #56680E
Black with #56680E
Text Example
Text Example
White with #56680E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56680E; }
p { color: rgb(86,104,14); }
H1.HeaderClassName
{
color: #56680E;
}
.AnyTagClassName
{
color: #56680E;
}
</style>
background-color css
<style>
a { background-color: #56680E; }
a { background-color: rgb(86,104,14); }
div.DivClassName
{
background-color: #56680E;
}
.BgClassName
{
background-color: #56680E;
}
</style>
border-color css
<style>
span { border-color: #56680E; }
span { border-color: rgb(86,104,14); }
td.TdClassName
{
border-color: #56680E;
}
.TagClassName
{
border-color: #56680E;
}
</style>