#207F76

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

Shades of Elm #207F76

Tints of Elm #207F76

Color information

#207F76 (or 0x207F76) is unknown color: approx Elm. HEX triplet: 20, 7F and 76. RGB value is (32,127,118). Sum of RGB (Red+Green+Blue) = 32+127+118=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 127 - color contains mainly: green. Hex color #207F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207F76 is #DF8089. Grayscale: #616161. Windows color (decimal): -14647434 or 7765792. OLE color: 7765792.

HSL color Cylindrical-coordinate representation of color #207F76: hue angle of 174.32º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #207F76 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB32127118-
CMYK0.7500.070.50
HSL174.32º59.75%31.18%-
HSV(B)174.32º74.8%49.8%-
XYZ11.4616.7919.78-
YUV97.57139.5381.23-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.55%
GREEN value IS 127 (50% from 255) = 45.85%
BLUE value IS 118 (46.48% from 255) = 42.60%
R=11.55%
G=45.85%
B=42.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal321271180.7500.070.50174.3259.7531.18
Hex207F764B0732ae3c1f
Octal4017716611307622567437
Binary10000011111111110110100101101111100101010111011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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