#207071

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

Shades of Elm #207071

Tints of Elm #207071

Color information

#207071 (or 0x207071) is unknown color: approx Elm. HEX triplet: 20, 70 and 71. RGB value is (32,112,113). Sum of RGB (Red+Green+Blue) = 32+112+113=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #207071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207071 is #DF8F8E. Grayscale: #585858. Windows color (decimal): -14651279 or 7434272. OLE color: 7434272.

HSL color Cylindrical-coordinate representation of color #207071: hue angle of 180.74º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #207071 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB32112113-
CMYK0.720.0100.56
HSL180.74º55.86%28.43%-
HSV(B)180.74º71.68%44.31%-
XYZ9.3713.0917.66-
YUV88.1914287.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.45%
GREEN value IS 112 (44.14% from 255) = 43.58%
BLUE value IS 113 (44.53% from 255) = 43.97%
R=12.45%
G=43.58%
B=43.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal321121130.720.0100.56180.7455.8628.43
Hex207071481038b5381c
Octal4016016111010702657034
Binary100000111000011100011001000101110001011010111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207071; }

 p { color: rgb(32,112,113); }

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

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

 a { background-color: rgb(32,112,113); }

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

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

 span { border-color: rgb(32,112,113); }

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