#20786F

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

Shades of Elm #20786F

Tints of Elm #20786F

Color information

#20786F (or 0x20786F) is unknown color: approx Elm. HEX triplet: 20, 78 and 6F. RGB value is (32,120,111). Sum of RGB (Red+Green+Blue) = 32+120+111=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #20786F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20786F is #DF8790. Grayscale: #5C5C5C. Windows color (decimal): -14649233 or 7305248. OLE color: 7305248.

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

Color convert

RGB32120111-
CMYK0.7300.080.53
HSL173.86º57.89%29.8%-
HSV(B)173.86º73.33%47.06%-
XYZ10.1814.8917.38-
YUV92.66138.3584.73-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.17%
GREEN value IS 120 (47.27% from 255) = 45.63%
BLUE value IS 111 (43.75% from 255) = 42.21%
R=12.17%
G=45.63%
B=42.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal321201110.7300.080.53173.8657.8929.8
Hex20786F490835ae3a1e
Octal40170157111010652567236
Binary100000111100011011111001001010001101011010111011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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