Shades of Fiji Green #56671F
Tints of Fiji Green #56671F
RGB
CMYK
RGB Variations
Color information
#56671F (or 0x56671F) is known color: Fiji Green. HEX triplet: 56, 67 and 1F. RGB value is (86,103,31). Sum of RGB (Red+Green+Blue) = 86+103+31=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 103 (40.62% from 255 or 46.82% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 103 - color contains mainly: green. Hex color #56671F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56671F is #A998E0. Grayscale: #595959. Windows color (decimal): -11114721 or 2058070. OLE color: 2058070.
HSL color Cylindrical-coordinate representation of color #56671F: hue angle of 74.17º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #56671F is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 103 | 31 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.60 |
| HSL | 74.17º | 0.54% | 0.26% | - |
| HSV(B) | 74.17º | 0.7% | 0.4% | - |
| XYZ | 8.94 | 11.78 | 3.1 | - |
| YUV | 89.71 | 94.87 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 103 | 31 | 0.17 | 0 | 0.70 | 0.60 | 74.17 | 0.54 | 0.26 |
| Hex | 56 | 67 | 1F | 11 | 0 | 46 | 3C | 4A | 36 | 1A |
| Octal | 126 | 147 | 37 | 21 | 0 | 106 | 74 | 112 | 66 | 32 |
| Binary | 1010110 | 1100111 | 11111 | 10001 | 0 | 1000110 | 111100 | 1001010 | 110110 | 11010 |
Color Harmonies of #56671F
Complementary color
Monochromatic Colors of #56671F
Black with #56671F
Text Example
Text Example
White with #56671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56671F; }
p { color: rgb(86,103,31); }
H1.HeaderClassName
{
color: #56671F;
}
.AnyTagClassName
{
color: #56671F;
}
</style>
background-color css
<style>
a { background-color: #56671F; }
a { background-color: rgb(86,103,31); }
div.DivClassName
{
background-color: #56671F;
}
.BgClassName
{
background-color: #56671F;
}
</style>
border-color css
<style>
span { border-color: #56671F; }
span { border-color: rgb(86,103,31); }
td.TdClassName
{
border-color: #56671F;
}
.TagClassName
{
border-color: #56671F;
}
</style>