#207975

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

Shades of Elm #207975

Tints of Elm #207975

Color information

#207975 (or 0x207975) is unknown color: approx Elm. HEX triplet: 20, 79 and 75. RGB value is (32,121,117). Sum of RGB (Red+Green+Blue) = 32+121+117=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 121 - color contains mainly: green. Hex color #207975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207975 is #DF868A. Grayscale: #5D5D5D. Windows color (decimal): -14648971 or 7698720. OLE color: 7698720.

HSL color Cylindrical-coordinate representation of color #207975: hue angle of 177.3º 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 #207975 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB32121117-
CMYK0.7400.030.53
HSL177.3º58.17%30%-
HSV(B)177.3º73.55%47.45%-
XYZ10.6415.2719.22-
YUV93.93141.0183.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.85%
GREEN value IS 121 (47.66% from 255) = 44.81%
BLUE value IS 117 (46.09% from 255) = 43.33%
R=11.85%
G=44.81%
B=43.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal321211170.7400.030.53177.358.1730
Hex2079754A0335b13a1e
Octal4017116511203652617236
Binary1000001111001111010110010100111101011011000111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207975; }

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

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

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

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

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

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

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

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