Shades of Fiji Green #567000
Tints of Fiji Green #567000
RGB
CMYK
RGB Variations
Color information
#567000 (or 0x567000) is known color: Fiji Green. HEX triplet: 56, 70 and 00. RGB value is (86,112,0). Sum of RGB (Red+Green+Blue) = 86+112+0=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 112 (44.14% from 255 or 56.57% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 112 - color contains mainly: green. Hex color #567000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #567000 is #A98FFF. Grayscale: #5B5B5B. Windows color (decimal): -11112448 or 28758. OLE color: 28758.
HSL color Cylindrical-coordinate representation of color #567000: hue angle of 73.93º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #567000 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 112 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.56 |
| HSL | 73.93º | 1% | 0.22% | - |
| HSV(B) | 73.93º | 1% | 0.44% | - |
| XYZ | 9.63 | 13.57 | 2.11 | - |
| YUV | 91.46 | 76.39 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 112 | 0 | 0.23 | 0 | 1 | 0.56 | 73.93 | 1 | 0.22 |
| Hex | 56 | 70 | 0 | 17 | 0 | 64 | 38 | 4A | 64 | 16 |
| Octal | 126 | 160 | 0 | 27 | 0 | 144 | 70 | 112 | 144 | 26 |
| Binary | 1010110 | 1110000 | 0 | 10111 | 0 | 1100100 | 111000 | 1001010 | 1100100 | 10110 |
Color Harmonies of #567000
Complementary color
Monochromatic Colors of #567000
Black with #567000
Text Example
Text Example
White with #567000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567000; }
p { color: rgb(86,112,0); }
H1.HeaderClassName
{
color: #567000;
}
.AnyTagClassName
{
color: #567000;
}
</style>
background-color css
<style>
a { background-color: #567000; }
a { background-color: rgb(86,112,0); }
div.DivClassName
{
background-color: #567000;
}
.BgClassName
{
background-color: #567000;
}
</style>
border-color css
<style>
span { border-color: #567000; }
span { border-color: rgb(86,112,0); }
td.TdClassName
{
border-color: #567000;
}
.TagClassName
{
border-color: #567000;
}
</style>