#207D76

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

Shades of Elm #207D76

Tints of Elm #207D76

Color information

#207D76 (or 0x207D76) is unknown color: approx Elm. HEX triplet: 20, 7D and 76. RGB value is (32,125,118). Sum of RGB (Red+Green+Blue) = 32+125+118=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 125 - color contains mainly: green. Hex color #207D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207D76 is #DF8289. Grayscale: #606060. Windows color (decimal): -14647946 or 7765280. OLE color: 7765280.

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

Color convert

RGB32125118-
CMYK0.7400.060.51
HSL175.48º59.24%30.78%-
HSV(B)175.48º74.4%49.02%-
XYZ11.216.2819.69-
YUV96.4140.1982.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.64%
GREEN value IS 125 (49.22% from 255) = 45.45%
BLUE value IS 118 (46.48% from 255) = 42.91%
R=11.64%
G=45.45%
B=42.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal321251180.7400.060.51175.4859.2430.78
Hex207D764A0633af3b1f
Octal4017516611206632577337
Binary10000011111011110110100101001101100111010111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,125,118); }

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

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

 a { background-color: rgb(32,125,118); }

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

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

 span { border-color: rgb(32,125,118); }

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