Shades of Fiji Green #56680A
Tints of Fiji Green #56680A
RGB
CMYK
RGB Variations
Color information
#56680A (or 0x56680A) is known color: Fiji Green. HEX triplet: 56, 68 and 0A. RGB value is (86,104,10). Sum of RGB (Red+Green+Blue) = 86+104+10=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 104 (41.02% from 255 or 52% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 104 - color contains mainly: green. Hex color #56680A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56680A is #A997F5. Grayscale: #585858. Windows color (decimal): -11114486 or 682070. OLE color: 682070.
HSL color Cylindrical-coordinate representation of color #56680A: hue angle of 71.49º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #56680A is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 86 | 104 | 10 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.59 |
| HSL | 71.49º | 0.82% | 0.22% | - |
| HSV(B) | 71.49º | 0.9% | 0.41% | - |
| XYZ | 8.84 | 11.9 | 2.12 | - |
| YUV | 87.9 | 84.04 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 104 | 10 | 0.17 | 0 | 0.90 | 0.59 | 71.49 | 0.82 | 0.22 |
| Hex | 56 | 68 | A | 11 | 0 | 5A | 3B | 47 | 52 | 16 |
| Octal | 126 | 150 | 12 | 21 | 0 | 132 | 73 | 107 | 122 | 26 |
| Binary | 1010110 | 1101000 | 1010 | 10001 | 0 | 1011010 | 111011 | 1000111 | 1010010 | 10110 |
Color Harmonies of #56680A
Complementary color
Monochromatic Colors of #56680A
Black with #56680A
Text Example
Text Example
White with #56680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56680A; }
p { color: rgb(86,104,10); }
H1.HeaderClassName
{
color: #56680A;
}
.AnyTagClassName
{
color: #56680A;
}
</style>
background-color css
<style>
a { background-color: #56680A; }
a { background-color: rgb(86,104,10); }
div.DivClassName
{
background-color: #56680A;
}
.BgClassName
{
background-color: #56680A;
}
</style>
border-color css
<style>
span { border-color: #56680A; }
span { border-color: rgb(86,104,10); }
td.TdClassName
{
border-color: #56680A;
}
.TagClassName
{
border-color: #56680A;
}
</style>