#207E6F

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

Shades of Elm #207E6F

Tints of Elm #207E6F

Color information

#207E6F (or 0x207E6F) is unknown color: approx Elm. HEX triplet: 20, 7E and 6F. RGB value is (32,126,111). Sum of RGB (Red+Green+Blue) = 32+126+111=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 126 (49.61% from 255 or 46.84% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 126 - color contains mainly: green. Hex color #207E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207E6F is #DF8190. Grayscale: #606060. Windows color (decimal): -14647697 or 7306784. OLE color: 7306784.

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

Color convert

RGB32126111-
CMYK0.7500.120.51
HSL170.43º59.49%30.98%-
HSV(B)170.43º74.6%49.41%-
XYZ10.9316.3817.62-
YUV96.18136.3682.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.90%
GREEN value IS 126 (49.61% from 255) = 46.84%
BLUE value IS 111 (43.75% from 255) = 41.26%
R=11.90%
G=46.84%
B=41.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal321261110.7500.120.51170.4359.4930.98
Hex207E6F4B0C33aa3b1f
Octal40176157113014632527337
Binary100000111111011011111001011011001100111010101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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