Shades of Fiji Green #566F0A
Tints of Fiji Green #566F0A
RGB
CMYK
RGB Variations
Color information
#566F0A (or 0x566F0A) is known color: Fiji Green. HEX triplet: 56, 6F and 0A. RGB value is (86,111,10). Sum of RGB (Red+Green+Blue) = 86+111+10=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 111 (43.75% from 255 or 53.62% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 111 - color contains mainly: green. Hex color #566F0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566F0A is #A990F5. Grayscale: #5C5C5C. Windows color (decimal): -11112694 or 683862. OLE color: 683862.
HSL color Cylindrical-coordinate representation of color #566F0A: hue angle of 74.85º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #566F0A is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 111 | 10 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.56 |
| HSL | 74.85º | 0.83% | 0.24% | - |
| HSV(B) | 74.85º | 0.91% | 0.44% | - |
| XYZ | 9.58 | 13.37 | 2.36 | - |
| YUV | 92.01 | 81.72 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 10 | 0.23 | 0 | 0.91 | 0.56 | 74.85 | 0.83 | 0.24 |
| Hex | 56 | 6F | A | 17 | 0 | 5B | 38 | 4B | 53 | 18 |
| Octal | 126 | 157 | 12 | 27 | 0 | 133 | 70 | 113 | 123 | 30 |
| Binary | 1010110 | 1101111 | 1010 | 10111 | 0 | 1011011 | 111000 | 1001011 | 1010011 | 11000 |
Color Harmonies of #566F0A
Complementary color
Monochromatic Colors of #566F0A
Black with #566F0A
Text Example
Text Example
White with #566F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F0A; }
p { color: rgb(86,111,10); }
H1.HeaderClassName
{
color: #566F0A;
}
.AnyTagClassName
{
color: #566F0A;
}
</style>
background-color css
<style>
a { background-color: #566F0A; }
a { background-color: rgb(86,111,10); }
div.DivClassName
{
background-color: #566F0A;
}
.BgClassName
{
background-color: #566F0A;
}
</style>
border-color css
<style>
span { border-color: #566F0A; }
span { border-color: rgb(86,111,10); }
td.TdClassName
{
border-color: #566F0A;
}
.TagClassName
{
border-color: #566F0A;
}
</style>