#207C6F

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

Shades of Elm #207C6F

Tints of Elm #207C6F

Color information

#207C6F (or 0x207C6F) is unknown color: approx Elm. HEX triplet: 20, 7C and 6F. RGB value is (32,124,111). Sum of RGB (Red+Green+Blue) = 32+124+111=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 124 (48.83% from 255 or 46.44% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 124 - color contains mainly: green. Hex color #207C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207C6F is #DF8390. Grayscale: #5E5E5E. Windows color (decimal): -14648209 or 7306272. OLE color: 7306272.

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

Color convert

RGB32124111-
CMYK0.7400.100.51
HSL171.52º58.97%30.59%-
HSV(B)171.52º74.19%48.63%-
XYZ10.6715.8717.54-
YUV95.01137.0283.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.99%
GREEN value IS 124 (48.83% from 255) = 46.44%
BLUE value IS 111 (43.75% from 255) = 41.57%
R=11.99%
G=46.44%
B=41.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal321241110.7400.100.51171.5258.9730.59
Hex207C6F4A0A33ac3b1f
Octal40174157112012632547337
Binary100000111110011011111001010010101100111010110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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