#20796F

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

Shades of Elm #20796F

Tints of Elm #20796F

Color information

#20796F (or 0x20796F) is unknown color: approx Elm. HEX triplet: 20, 79 and 6F. RGB value is (32,121,111). Sum of RGB (Red+Green+Blue) = 32+121+111=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 121 - color contains mainly: green. Hex color #20796F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20796F is #DF8690. Grayscale: #5D5D5D. Windows color (decimal): -14648977 or 7305504. OLE color: 7305504.

HSL color Cylindrical-coordinate representation of color #20796F: hue angle of 173.26º 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 #20796F is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB32121111-
CMYK0.7400.080.53
HSL173.26º58.17%30%-
HSV(B)173.26º73.55%47.45%-
XYZ10.315.1317.42-
YUV93.25138.0184.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.12%
GREEN value IS 121 (47.66% from 255) = 45.83%
BLUE value IS 111 (43.75% from 255) = 42.05%
R=12.12%
G=45.83%
B=42.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal321211110.7400.080.53173.2658.1730
Hex20796F4A0835ad3a1e
Octal40171157112010652557236
Binary100000111100111011111001010010001101011010110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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