Shades of Fiji Green #56721A
Tints of Fiji Green #56721A
RGB
CMYK
RGB Variations
Color information
#56721A (or 0x56721A) is known color: Fiji Green. HEX triplet: 56, 72 and 1A. RGB value is (86,114,26). Sum of RGB (Red+Green+Blue) = 86+114+26=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #56721A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56721A is #A98DE5. Grayscale: #5F5F5F. Windows color (decimal): -11111910 or 1733206. OLE color: 1733206.
HSL color Cylindrical-coordinate representation of color #56721A: hue angle of 79.09º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #56721A is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 114 | 26 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.55 |
| HSL | 79.09º | 0.63% | 0.27% | - |
| HSV(B) | 79.09º | 0.77% | 0.45% | - |
| XYZ | 10.04 | 14.09 | 3.17 | - |
| YUV | 95.6 | 88.72 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 114 | 26 | 0.25 | 0 | 0.77 | 0.55 | 79.09 | 0.63 | 0.27 |
| Hex | 56 | 72 | 1A | 19 | 0 | 4D | 37 | 4F | 3F | 1B |
| Octal | 126 | 162 | 32 | 31 | 0 | 115 | 67 | 117 | 77 | 33 |
| Binary | 1010110 | 1110010 | 11010 | 11001 | 0 | 1001101 | 110111 | 1001111 | 111111 | 11011 |
Color Harmonies of #56721A
Complementary color
Monochromatic Colors of #56721A
Black with #56721A
Text Example
Text Example
White with #56721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56721A; }
p { color: rgb(86,114,26); }
H1.HeaderClassName
{
color: #56721A;
}
.AnyTagClassName
{
color: #56721A;
}
</style>
background-color css
<style>
a { background-color: #56721A; }
a { background-color: rgb(86,114,26); }
div.DivClassName
{
background-color: #56721A;
}
.BgClassName
{
background-color: #56721A;
}
</style>
border-color css
<style>
span { border-color: #56721A; }
span { border-color: rgb(86,114,26); }
td.TdClassName
{
border-color: #56721A;
}
.TagClassName
{
border-color: #56721A;
}
</style>