#20766F

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

Shades of Elm #20766F

Tints of Elm #20766F

Color information

#20766F (or 0x20766F) is unknown color: approx Elm. HEX triplet: 20, 76 and 6F. RGB value is (32,118,111). Sum of RGB (Red+Green+Blue) = 32+118+111=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #20766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20766F is #DF8990. Grayscale: #5B5B5B. Windows color (decimal): -14649745 or 7304736. OLE color: 7304736.

HSL color Cylindrical-coordinate representation of color #20766F: hue angle of 175.12º 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 #20766F is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB32118111-
CMYK0.7300.060.54
HSL175.12º57.33%29.41%-
HSV(B)175.12º72.88%46.27%-
XYZ9.9414.4117.3-
YUV91.49139.0185.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.26%
GREEN value IS 118 (46.48% from 255) = 45.21%
BLUE value IS 111 (43.75% from 255) = 42.53%
R=12.26%
G=45.21%
B=42.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal321181110.7300.060.54175.1257.3329.41
Hex20766F490636af391d
Octal4016615711106662577135
Binary10000011101101101111100100101101101101010111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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