#20756C

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

Shades of Elm #20756C

Tints of Elm #20756C

Color information

#20756C (or 0x20756C) is unknown color: approx Elm. HEX triplet: 20, 75 and 6C. RGB value is (32,117,108). Sum of RGB (Red+Green+Blue) = 32+117+108=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #20756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20756C is #DF8A93. Grayscale: #5A5A5A. Windows color (decimal): -14650004 or 7107872. OLE color: 7107872.

HSL color Cylindrical-coordinate representation of color #20756C: hue angle of 173.65º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20756C is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB32117108-
CMYK0.7300.080.54
HSL173.65º57.05%29.22%-
HSV(B)173.65º72.65%45.88%-
XYZ9.6614.1116.4-
YUV90.56137.8486.23-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.45%
GREEN value IS 117 (46.09% from 255) = 45.53%
BLUE value IS 108 (42.58% from 255) = 42.02%
R=12.45%
G=45.53%
B=42.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal321171080.7300.080.54173.6557.0529.22
Hex20756C490836ae391d
Octal40165154111010662567135
Binary100000111010111011001001001010001101101010111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20756C; }

 p { color: rgb(32,117,108); }

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

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

 a { background-color: rgb(32,117,108); }

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

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

 span { border-color: rgb(32,117,108); }

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