#207d6e

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

Shades of Elm #207D6E

Tints of Elm #207D6E

Color information

#207D6E (or 0x207D6E) is unknown color: approx Elm. HEX triplet: 20, 7D and 6E. RGB value is (32,125,110). Sum of RGB (Red+Green+Blue) = 32+125+110=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 125 (49.22% from 255 or 46.82% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 125 - color contains mainly: green. Hex color #207D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207D6E is #DF8291. Grayscale: #5F5F5F. Windows color (decimal): -14647954 or 7240992. OLE color: 7240992.

HSL color Cylindrical-coordinate representation of color #207D6E: hue angle of 170.32º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207D6E is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB32125110-
CMYK0.7400.120.51
HSL170.32º59.24%30.78%-
HSV(B)170.32º74.4%49.02%-
XYZ10.7416.117.29-
YUV95.48136.1982.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.99%
GREEN value IS 125 (49.22% from 255) = 46.82%
BLUE value IS 110 (43.36% from 255) = 41.20%
R=11.99%
G=46.82%
B=41.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal321251100.7400.120.51170.3259.2430.78
Hex207D6E4A0C33aa3b1f
Octal40175156112014632527337
Binary100000111110111011101001010011001100111010101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207d6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207d6e; }

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

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

<style>
 a { background-color: #207d6e; }

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

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

<style>
 span { border-color: #207d6e; }

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

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