#207B71

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

Shades of Elm #207B71

Tints of Elm #207B71

Color information

#207B71 (or 0x207B71) is unknown color: approx Elm. HEX triplet: 20, 7B and 71. RGB value is (32,123,113). Sum of RGB (Red+Green+Blue) = 32+123+113=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 123 - color contains mainly: green. Hex color #207B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207B71 is #DF848E. Grayscale: #5E5E5E. Windows color (decimal): -14648463 or 7437088. OLE color: 7437088.

HSL color Cylindrical-coordinate representation of color #207B71: hue angle of 173.41º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207B71 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB32123113-
CMYK0.7400.080.52
HSL173.41º58.71%30.39%-
HSV(B)173.41º73.98%48.24%-
XYZ10.6615.6718.08-
YUV94.65138.3583.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.94%
GREEN value IS 123 (48.44% from 255) = 45.90%
BLUE value IS 113 (44.53% from 255) = 42.16%
R=11.94%
G=45.90%
B=42.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal321231130.7400.080.52173.4158.7130.39
Hex207B714A0834ad3b1e
Octal40173161112010642557336
Binary100000111101111100011001010010001101001010110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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