Shades of Fiji Green #56670B
Tints of Fiji Green #56670B
RGB
CMYK
RGB Variations
Color information
#56670B (or 0x56670B) is known color: Fiji Green. HEX triplet: 56, 67 and 0B. RGB value is (86,103,11). Sum of RGB (Red+Green+Blue) = 86+103+11=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 103 (40.62% from 255 or 51.5% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 103 - color contains mainly: green. Hex color #56670B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56670B is #A998F4. Grayscale: #575757. Windows color (decimal): -11114741 or 747350. OLE color: 747350.
HSL color Cylindrical-coordinate representation of color #56670B: hue angle of 71.09º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #56670B is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 103 | 11 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.60 |
| HSL | 71.09º | 0.81% | 0.22% | - |
| HSV(B) | 71.09º | 0.89% | 0.4% | - |
| XYZ | 8.75 | 11.7 | 2.11 | - |
| YUV | 87.43 | 84.87 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 103 | 11 | 0.17 | 0 | 0.89 | 0.60 | 71.09 | 0.81 | 0.22 |
| Hex | 56 | 67 | B | 11 | 0 | 59 | 3C | 47 | 51 | 16 |
| Octal | 126 | 147 | 13 | 21 | 0 | 131 | 74 | 107 | 121 | 26 |
| Binary | 1010110 | 1100111 | 1011 | 10001 | 0 | 1011001 | 111100 | 1000111 | 1010001 | 10110 |
Color Harmonies of #56670B
Complementary color
Monochromatic Colors of #56670B
Black with #56670B
Text Example
Text Example
White with #56670B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56670B; }
p { color: rgb(86,103,11); }
H1.HeaderClassName
{
color: #56670B;
}
.AnyTagClassName
{
color: #56670B;
}
</style>
background-color css
<style>
a { background-color: #56670B; }
a { background-color: rgb(86,103,11); }
div.DivClassName
{
background-color: #56670B;
}
.BgClassName
{
background-color: #56670B;
}
</style>
border-color css
<style>
span { border-color: #56670B; }
span { border-color: rgb(86,103,11); }
td.TdClassName
{
border-color: #56670B;
}
.TagClassName
{
border-color: #56670B;
}
</style>