Shades of Fiji Green #56780F
Tints of Fiji Green #56780F
RGB
CMYK
RGB Variations
Color information
#56780F (or 0x56780F) is known color: Fiji Green. HEX triplet: 56, 78 and 0F. RGB value is (86,120,15). Sum of RGB (Red+Green+Blue) = 86+120+15=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 120 (47.27% from 255 or 54.30% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 120 - color contains mainly: green. Hex color #56780F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56780F is #A987F0. Grayscale: #626262. Windows color (decimal): -11110385 or 1013846. OLE color: 1013846.
HSL color Cylindrical-coordinate representation of color #56780F: hue angle of 79.43º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #56780F is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 120 | 15 | - |
| CMYK | 0.28 | 0 | 0.87 | 0.53 |
| HSL | 79.43º | 0.78% | 0.26% | - |
| HSV(B) | 79.43º | 0.88% | 0.47% | - |
| XYZ | 10.64 | 15.45 | 2.87 | - |
| YUV | 97.86 | 81.24 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 120 | 15 | 0.28 | 0 | 0.87 | 0.53 | 79.43 | 0.78 | 0.26 |
| Hex | 56 | 78 | F | 1C | 0 | 57 | 35 | 4F | 4E | 1A |
| Octal | 126 | 170 | 17 | 34 | 0 | 127 | 65 | 117 | 116 | 32 |
| Binary | 1010110 | 1111000 | 1111 | 11100 | 0 | 1010111 | 110101 | 1001111 | 1001110 | 11010 |
Color Harmonies of #56780F
Complementary color
Monochromatic Colors of #56780F
Black with #56780F
Text Example
Text Example
White with #56780F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56780F; }
p { color: rgb(86,120,15); }
H1.HeaderClassName
{
color: #56780F;
}
.AnyTagClassName
{
color: #56780F;
}
</style>
background-color css
<style>
a { background-color: #56780F; }
a { background-color: rgb(86,120,15); }
div.DivClassName
{
background-color: #56780F;
}
.BgClassName
{
background-color: #56780F;
}
</style>
border-color css
<style>
span { border-color: #56780F; }
span { border-color: rgb(86,120,15); }
td.TdClassName
{
border-color: #56780F;
}
.TagClassName
{
border-color: #56780F;
}
</style>