#207C6E

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

Shades of Elm #207C6E

Tints of Elm #207C6E

Color information

#207C6E (or 0x207C6E) is unknown color: approx Elm. HEX triplet: 20, 7C and 6E. RGB value is (32,124,110). Sum of RGB (Red+Green+Blue) = 32+124+110=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 124 (48.83% from 255 or 46.62% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 124 - color contains mainly: green. Hex color #207C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207C6E is #DF8391. Grayscale: #5E5E5E. Windows color (decimal): -14648210 or 7240736. OLE color: 7240736.

HSL color Cylindrical-coordinate representation of color #207C6E: hue angle of 170.87º 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 #207C6E is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB32124110-
CMYK0.7400.110.51
HSL170.87º58.97%30.59%-
HSV(B)170.87º74.19%48.63%-
XYZ10.6215.8517.25-
YUV94.9136.5283.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.03%
GREEN value IS 124 (48.83% from 255) = 46.62%
BLUE value IS 110 (43.36% from 255) = 41.35%
R=12.03%
G=46.62%
B=41.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal321241100.7400.110.51170.8758.9730.59
Hex207C6E4A0B33ab3b1f
Octal40174156112013632537337
Binary100000111110011011101001010010111100111010101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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