#566B16

Color #566B16 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #566B16

Tints of Fiji Green #566B16

Color information

#566B16 (or 0x566B16) is unknown color: approx Fiji Green. HEX triplet: 56, 6B and 16. RGB value is (86,107,22). Sum of RGB (Red+Green+Blue) = 86+107+22=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 107 (42.19% from 255 or 49.77% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 107 - color contains mainly: green. Hex color #566B16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566B16 is #A994E9. Grayscale: #5B5B5B. Windows color (decimal): -11113706 or 1469270. OLE color: 1469270.

HSL color Cylindrical-coordinate representation of color #566B16: hue angle of 74.82º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #566B16 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB8610722-
CMYK0.2000.790.58
HSL74.82º65.89%25.29%-
HSV(B)74.82º79.44%41.96%-
XYZ9.2412.552.69-
YUV91.0389.04124.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 40%
GREEN value IS 107 (42.19% from 255) = 49.77%
BLUE value IS 22 (8.98% from 255) = 10.23%
R=40%
G=49.77%
B=10.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86107220.2000.790.5874.8265.8925.29
Hex566B161404F3A4b4219
Octal126153262401177211310231
Binary101011011010111011010100010011111110101001011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566B16; }

 p { color: rgb(86,107,22); }

 H1.HeaderClassName
 {
   color: #566B16;
 }
 .AnyTagClassName
 {
   color: #566B16;
 }
</style>
background-color css

<style>
 a { background-color: #566B16; }

 a { background-color: rgb(86,107,22); }

 div.DivClassName
 {
   background-color: #566B16;
 }
 .BgClassName
 {
   background-color: #566B16;
 }
</style>
border-color css

<style>
 span { border-color: #566B16; }

 span { border-color: rgb(86,107,22); }

 td.TdClassName
 {
   border-color: #566B16;
 }
 .TagClassName
 {
   border-color: #566B16;
 }
</style>