#566120

Color #566120 Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #566120

Tints of Saratoga #566120

Color information

#566120 (or 0x566120) is unknown color: approx Saratoga. HEX triplet: 56, 61 and 20. RGB value is (86,97,32). Sum of RGB (Red+Green+Blue) = 86+97+32=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #566120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566120 is #A99EDF. Grayscale: #565656. Windows color (decimal): -11116256 or 2122070. OLE color: 2122070.

HSL color Cylindrical-coordinate representation of color #566120: hue angle of 70.15º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #566120 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB869732-
CMYK0.1100.670.62
HSL70.15º50.39%25.29%-
HSV(B)70.15º67.01%38.04%-
XYZ8.3710.632.98-
YUV86.397.36127.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40%
GREEN value IS 97 (38.28% from 255) = 45.12%
BLUE value IS 32 (12.89% from 255) = 14.88%
R=40%
G=45.12%
B=14.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8697320.1100.670.6270.1550.3925.29
Hex566120B0433E463219
Octal12614140130103761066231
Binary10101101100001100000101101000011111110100011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566120; }

 p { color: rgb(86,97,32); }

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

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

 a { background-color: rgb(86,97,32); }

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

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

 span { border-color: rgb(86,97,32); }

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