Shades of Fiji Green #56740F
Tints of Fiji Green #56740F
RGB
CMYK
RGB Variations
Color information
#56740F (or 0x56740F) is known color: Fiji Green. HEX triplet: 56, 74 and 0F. RGB value is (86,116,15). Sum of RGB (Red+Green+Blue) = 86+116+15=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 116 (45.70% from 255 or 53.46% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 116 - color contains mainly: green. Hex color #56740F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56740F is #A98BF0. Grayscale: #5F5F5F. Windows color (decimal): -11111409 or 1012822. OLE color: 1012822.
HSL color Cylindrical-coordinate representation of color #56740F: hue angle of 77.82º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #56740F is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 116 | 15 | - |
| CMYK | 0.26 | 0 | 0.87 | 0.55 |
| HSL | 77.82º | 0.77% | 0.26% | - |
| HSV(B) | 77.82º | 0.87% | 0.45% | - |
| XYZ | 10.17 | 14.5 | 2.72 | - |
| YUV | 95.52 | 82.56 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 116 | 15 | 0.26 | 0 | 0.87 | 0.55 | 77.82 | 0.77 | 0.26 |
| Hex | 56 | 74 | F | 1A | 0 | 57 | 37 | 4E | 4D | 1A |
| Octal | 126 | 164 | 17 | 32 | 0 | 127 | 67 | 116 | 115 | 32 |
| Binary | 1010110 | 1110100 | 1111 | 11010 | 0 | 1010111 | 110111 | 1001110 | 1001101 | 11010 |
Color Harmonies of #56740F
Complementary color
Monochromatic Colors of #56740F
Black with #56740F
Text Example
Text Example
White with #56740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56740F; }
p { color: rgb(86,116,15); }
H1.HeaderClassName
{
color: #56740F;
}
.AnyTagClassName
{
color: #56740F;
}
</style>
background-color css
<style>
a { background-color: #56740F; }
a { background-color: rgb(86,116,15); }
div.DivClassName
{
background-color: #56740F;
}
.BgClassName
{
background-color: #56740F;
}
</style>
border-color css
<style>
span { border-color: #56740F; }
span { border-color: rgb(86,116,15); }
td.TdClassName
{
border-color: #56740F;
}
.TagClassName
{
border-color: #56740F;
}
</style>