#20706E

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

Shades of Elm #20706E

Tints of Elm #20706E

Color information

#20706E (or 0x20706E) is unknown color: approx Elm. HEX triplet: 20, 70 and 6E. RGB value is (32,112,110). Sum of RGB (Red+Green+Blue) = 32+112+110=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #20706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20706E is #DF8F91. Grayscale: #575757. Windows color (decimal): -14651282 or 7237664. OLE color: 7237664.

HSL color Cylindrical-coordinate representation of color #20706E: hue angle of 178.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20706E is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB32112110-
CMYK0.7100.020.56
HSL178.5º55.56%28.24%-
HSV(B)178.5º71.43%43.92%-
XYZ9.213.0216.78-
YUV87.85140.588.16-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.60%
GREEN value IS 112 (44.14% from 255) = 44.09%
BLUE value IS 110 (43.36% from 255) = 43.31%
R=12.60%
G=44.09%
B=43.31%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal321121100.7100.020.56178.555.5628.24
Hex20706E470238b2381c
Octal4016015610702702627034
Binary1000001110000110111010001110101110001011001011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20706E; }

 p { color: rgb(32,112,110); }

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

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

 a { background-color: rgb(32,112,110); }

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

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

 span { border-color: rgb(32,112,110); }

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