Shades of Fiji Green #56701B
Tints of Fiji Green #56701B
RGB
CMYK
RGB Variations
Color information
#56701B (or 0x56701B) is known color: Fiji Green. HEX triplet: 56, 70 and 1B. RGB value is (86,112,27). Sum of RGB (Red+Green+Blue) = 86+112+27=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #56701B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56701B is #A98FE4. Grayscale: #5E5E5E. Windows color (decimal): -11112421 or 1798230. OLE color: 1798230.
HSL color Cylindrical-coordinate representation of color #56701B: hue angle of 78.35º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #56701B is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 112 | 27 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.56 |
| HSL | 78.35º | 0.61% | 0.27% | - |
| HSV(B) | 78.35º | 0.76% | 0.44% | - |
| XYZ | 9.83 | 13.65 | 3.15 | - |
| YUV | 94.54 | 89.89 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 112 | 27 | 0.23 | 0 | 0.76 | 0.56 | 78.35 | 0.61 | 0.27 |
| Hex | 56 | 70 | 1B | 17 | 0 | 4C | 38 | 4E | 3D | 1B |
| Octal | 126 | 160 | 33 | 27 | 0 | 114 | 70 | 116 | 75 | 33 |
| Binary | 1010110 | 1110000 | 11011 | 10111 | 0 | 1001100 | 111000 | 1001110 | 111101 | 11011 |
Color Harmonies of #56701B
Complementary color
Monochromatic Colors of #56701B
Black with #56701B
Text Example
Text Example
White with #56701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56701B; }
p { color: rgb(86,112,27); }
H1.HeaderClassName
{
color: #56701B;
}
.AnyTagClassName
{
color: #56701B;
}
</style>
background-color css
<style>
a { background-color: #56701B; }
a { background-color: rgb(86,112,27); }
div.DivClassName
{
background-color: #56701B;
}
.BgClassName
{
background-color: #56701B;
}
</style>
border-color css
<style>
span { border-color: #56701B; }
span { border-color: rgb(86,112,27); }
td.TdClassName
{
border-color: #56701B;
}
.TagClassName
{
border-color: #56701B;
}
</style>