Shades of Fiji Green #566F0C
Tints of Fiji Green #566F0C
RGB
CMYK
RGB Variations
Color information
#566F0C (or 0x566F0C) is known color: Fiji Green. HEX triplet: 56, 6F and 0C. RGB value is (86,111,12). Sum of RGB (Red+Green+Blue) = 86+111+12=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 111 (43.75% from 255 or 53.11% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 111 - color contains mainly: green. Hex color #566F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566F0C is #A990F3. Grayscale: #5C5C5C. Windows color (decimal): -11112692 or 814934. OLE color: 814934.
HSL color Cylindrical-coordinate representation of color #566F0C: hue angle of 75.15º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #566F0C is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 111 | 12 | - |
| CMYK | 0.23 | 0 | 0.89 | 0.56 |
| HSL | 75.15º | 0.8% | 0.24% | - |
| HSV(B) | 75.15º | 0.89% | 0.44% | - |
| XYZ | 9.59 | 13.37 | 2.42 | - |
| YUV | 92.24 | 82.72 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 12 | 0.23 | 0 | 0.89 | 0.56 | 75.15 | 0.8 | 0.24 |
| Hex | 56 | 6F | C | 17 | 0 | 59 | 38 | 4B | 50 | 18 |
| Octal | 126 | 157 | 14 | 27 | 0 | 131 | 70 | 113 | 120 | 30 |
| Binary | 1010110 | 1101111 | 1100 | 10111 | 0 | 1011001 | 111000 | 1001011 | 1010000 | 11000 |
Color Harmonies of #566F0C
Complementary color
Monochromatic Colors of #566F0C
Black with #566F0C
Text Example
Text Example
White with #566F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F0C; }
p { color: rgb(86,111,12); }
H1.HeaderClassName
{
color: #566F0C;
}
.AnyTagClassName
{
color: #566F0C;
}
</style>
background-color css
<style>
a { background-color: #566F0C; }
a { background-color: rgb(86,111,12); }
div.DivClassName
{
background-color: #566F0C;
}
.BgClassName
{
background-color: #566F0C;
}
</style>
border-color css
<style>
span { border-color: #566F0C; }
span { border-color: rgb(86,111,12); }
td.TdClassName
{
border-color: #566F0C;
}
.TagClassName
{
border-color: #566F0C;
}
</style>