Shades of Fiji Green #56720C
Tints of Fiji Green #56720C
RGB
CMYK
RGB Variations
Color information
#56720C (or 0x56720C) is known color: Fiji Green. HEX triplet: 56, 72 and 0C. RGB value is (86,114,12). Sum of RGB (Red+Green+Blue) = 86+114+12=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 114 (44.92% from 255 or 53.77% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 114 - color contains mainly: green. Hex color #56720C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56720C is #A98DF3. Grayscale: #5E5E5E. Windows color (decimal): -11111924 or 815702. OLE color: 815702.
HSL color Cylindrical-coordinate representation of color #56720C: hue angle of 76.47º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #56720C is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 114 | 12 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.55 |
| HSL | 76.47º | 0.81% | 0.25% | - |
| HSV(B) | 76.47º | 0.89% | 0.45% | - |
| XYZ | 9.92 | 14.04 | 2.53 | - |
| YUV | 94 | 81.72 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 114 | 12 | 0.25 | 0 | 0.89 | 0.55 | 76.47 | 0.81 | 0.25 |
| Hex | 56 | 72 | C | 19 | 0 | 59 | 37 | 4C | 51 | 19 |
| Octal | 126 | 162 | 14 | 31 | 0 | 131 | 67 | 114 | 121 | 31 |
| Binary | 1010110 | 1110010 | 1100 | 11001 | 0 | 1011001 | 110111 | 1001100 | 1010001 | 11001 |
Color Harmonies of #56720C
Complementary color
Monochromatic Colors of #56720C
Black with #56720C
Text Example
Text Example
White with #56720C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56720C; }
p { color: rgb(86,114,12); }
H1.HeaderClassName
{
color: #56720C;
}
.AnyTagClassName
{
color: #56720C;
}
</style>
background-color css
<style>
a { background-color: #56720C; }
a { background-color: rgb(86,114,12); }
div.DivClassName
{
background-color: #56720C;
}
.BgClassName
{
background-color: #56720C;
}
</style>
border-color css
<style>
span { border-color: #56720C; }
span { border-color: rgb(86,114,12); }
td.TdClassName
{
border-color: #56720C;
}
.TagClassName
{
border-color: #56720C;
}
</style>