Shades of Fiji Green #56780C
Tints of Fiji Green #56780C
RGB
CMYK
RGB Variations
Color information
#56780C (or 0x56780C) is known color: Fiji Green. HEX triplet: 56, 78 and 0C. RGB value is (86,120,12). Sum of RGB (Red+Green+Blue) = 86+120+12=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 120 (47.27% from 255 or 55.05% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 120 - color contains mainly: green. Hex color #56780C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56780C is #A987F3. Grayscale: #616161. Windows color (decimal): -11110388 or 817238. OLE color: 817238.
HSL color Cylindrical-coordinate representation of color #56780C: hue angle of 78.89º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #56780C is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 120 | 12 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.53 |
| HSL | 78.89º | 0.82% | 0.26% | - |
| HSV(B) | 78.89º | 0.9% | 0.47% | - |
| XYZ | 10.62 | 15.44 | 2.77 | - |
| YUV | 97.52 | 79.74 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 120 | 12 | 0.28 | 0 | 0.90 | 0.53 | 78.89 | 0.82 | 0.26 |
| Hex | 56 | 78 | C | 1C | 0 | 5A | 35 | 4F | 52 | 1A |
| Octal | 126 | 170 | 14 | 34 | 0 | 132 | 65 | 117 | 122 | 32 |
| Binary | 1010110 | 1111000 | 1100 | 11100 | 0 | 1011010 | 110101 | 1001111 | 1010010 | 11010 |
Color Harmonies of #56780C
Complementary color
Monochromatic Colors of #56780C
Black with #56780C
Text Example
Text Example
White with #56780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56780C; }
p { color: rgb(86,120,12); }
H1.HeaderClassName
{
color: #56780C;
}
.AnyTagClassName
{
color: #56780C;
}
</style>
background-color css
<style>
a { background-color: #56780C; }
a { background-color: rgb(86,120,12); }
div.DivClassName
{
background-color: #56780C;
}
.BgClassName
{
background-color: #56780C;
}
</style>
border-color css
<style>
span { border-color: #56780C; }
span { border-color: rgb(86,120,12); }
td.TdClassName
{
border-color: #56780C;
}
.TagClassName
{
border-color: #56780C;
}
</style>