Shades of Fiji Green #56720A
Tints of Fiji Green #56720A
RGB
CMYK
RGB Variations
Color information
#56720A (or 0x56720A) is known color: Fiji Green. HEX triplet: 56, 72 and 0A. RGB value is (86,114,10). Sum of RGB (Red+Green+Blue) = 86+114+10=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 114 (44.92% from 255 or 54.29% from 210); Blue value is 10 (4.30% from 255 or 4.76% from 210); Max value from RGB is 114 - color contains mainly: green. Hex color #56720A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56720A is #A98DF5. Grayscale: #5E5E5E. Windows color (decimal): -11111926 or 684630. OLE color: 684630.
HSL color Cylindrical-coordinate representation of color #56720A: hue angle of 76.15º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #56720A is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 114 | 10 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.55 |
| HSL | 76.15º | 0.84% | 0.24% | - |
| HSV(B) | 76.15º | 0.91% | 0.45% | - |
| XYZ | 9.91 | 14.03 | 2.47 | - |
| YUV | 93.77 | 80.72 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 114 | 10 | 0.25 | 0 | 0.91 | 0.55 | 76.15 | 0.84 | 0.24 |
| Hex | 56 | 72 | A | 19 | 0 | 5B | 37 | 4C | 54 | 18 |
| Octal | 126 | 162 | 12 | 31 | 0 | 133 | 67 | 114 | 124 | 30 |
| Binary | 1010110 | 1110010 | 1010 | 11001 | 0 | 1011011 | 110111 | 1001100 | 1010100 | 11000 |
Color Harmonies of #56720A
Complementary color
Monochromatic Colors of #56720A
Black with #56720A
Text Example
Text Example
White with #56720A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56720A; }
p { color: rgb(86,114,10); }
H1.HeaderClassName
{
color: #56720A;
}
.AnyTagClassName
{
color: #56720A;
}
</style>
background-color css
<style>
a { background-color: #56720A; }
a { background-color: rgb(86,114,10); }
div.DivClassName
{
background-color: #56720A;
}
.BgClassName
{
background-color: #56720A;
}
</style>
border-color css
<style>
span { border-color: #56720A; }
span { border-color: rgb(86,114,10); }
td.TdClassName
{
border-color: #56720A;
}
.TagClassName
{
border-color: #56720A;
}
</style>