#207976

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

Shades of Elm #207976

Tints of Elm #207976

Color information

#207976 (or 0x207976) is unknown color: approx Elm. HEX triplet: 20, 79 and 76. RGB value is (32,121,118). Sum of RGB (Red+Green+Blue) = 32+121+118=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 121 - color contains mainly: green. Hex color #207976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207976 is #DF8689. Grayscale: #5D5D5D. Windows color (decimal): -14648970 or 7764256. OLE color: 7764256.

HSL color Cylindrical-coordinate representation of color #207976: hue angle of 177.98º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207976 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB32121118-
CMYK0.7400.020.53
HSL177.98º58.17%30%-
HSV(B)177.98º73.55%47.45%-
XYZ10.715.2919.53-
YUV94.05141.5183.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.81%
GREEN value IS 121 (47.66% from 255) = 44.65%
BLUE value IS 118 (46.48% from 255) = 43.54%
R=11.81%
G=44.65%
B=43.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal321211180.7400.020.53177.9858.1730
Hex2079764A0235b23a1e
Octal4017116611202652627236
Binary1000001111001111011010010100101101011011001011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207976; }

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

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

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

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

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

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

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

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