Shades of Fiji Green #567200
Tints of Fiji Green #567200
RGB
CMYK
RGB Variations
Color information
#567200 (or 0x567200) is known color: Fiji Green. HEX triplet: 56, 72 and 00. RGB value is (86,114,0). Sum of RGB (Red+Green+Blue) = 86+114+0=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 114 (44.92% from 255 or 57% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 114 - color contains mainly: green. Hex color #567200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #567200 is #A98DFF. Grayscale: #5D5D5D. Windows color (decimal): -11111936 or 29270. OLE color: 29270.
HSL color Cylindrical-coordinate representation of color #567200: hue angle of 74.74º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #567200 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 114 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.55 |
| HSL | 74.74º | 1% | 0.22% | - |
| HSV(B) | 74.74º | 1% | 0.45% | - |
| XYZ | 9.86 | 14.01 | 2.19 | - |
| YUV | 92.63 | 75.72 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 114 | 0 | 0.25 | 0 | 1 | 0.55 | 74.74 | 1 | 0.22 |
| Hex | 56 | 72 | 0 | 19 | 0 | 64 | 37 | 4B | 64 | 16 |
| Octal | 126 | 162 | 0 | 31 | 0 | 144 | 67 | 113 | 144 | 26 |
| Binary | 1010110 | 1110010 | 0 | 11001 | 0 | 1100100 | 110111 | 1001011 | 1100100 | 10110 |
Color Harmonies of #567200
Complementary color
Monochromatic Colors of #567200
Black with #567200
Text Example
Text Example
White with #567200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567200; }
p { color: rgb(86,114,0); }
H1.HeaderClassName
{
color: #567200;
}
.AnyTagClassName
{
color: #567200;
}
</style>
background-color css
<style>
a { background-color: #567200; }
a { background-color: rgb(86,114,0); }
div.DivClassName
{
background-color: #567200;
}
.BgClassName
{
background-color: #567200;
}
</style>
border-color css
<style>
span { border-color: #567200; }
span { border-color: rgb(86,114,0); }
td.TdClassName
{
border-color: #567200;
}
.TagClassName
{
border-color: #567200;
}
</style>