#20796E

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

Shades of Elm #20796E

Tints of Elm #20796E

Color information

#20796E (or 0x20796E) is unknown color: approx Elm. HEX triplet: 20, 79 and 6E. RGB value is (32,121,110). Sum of RGB (Red+Green+Blue) = 32+121+110=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 121 - color contains mainly: green. Hex color #20796E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20796E is #DF8691. Grayscale: #5D5D5D. Windows color (decimal): -14648978 or 7239968. OLE color: 7239968.

HSL color Cylindrical-coordinate representation of color #20796E: hue angle of 172.58º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20796E is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB32121110-
CMYK0.7400.090.53
HSL172.58º58.17%30%-
HSV(B)172.58º73.55%47.45%-
XYZ10.2515.1117.13-
YUV93.14137.5184.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.17%
GREEN value IS 121 (47.66% from 255) = 46.01%
BLUE value IS 110 (43.36% from 255) = 41.83%
R=12.17%
G=46.01%
B=41.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal321211100.7400.090.53172.5858.1730
Hex20796E4A0935ad3a1e
Octal40171156112011652557236
Binary100000111100111011101001010010011101011010110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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