#207874

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

Shades of Elm #207874

Tints of Elm #207874

Color information

#207874 (or 0x207874) is unknown color: approx Elm. HEX triplet: 20, 78 and 74. RGB value is (32,120,116). Sum of RGB (Red+Green+Blue) = 32+120+116=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 120 - color contains mainly: green. Hex color #207874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207874 is #DF878B. Grayscale: #5D5D5D. Windows color (decimal): -14649228 or 7632928. OLE color: 7632928.

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

Color convert

RGB32120116-
CMYK0.7300.030.53
HSL177.27º57.89%29.8%-
HSV(B)177.27º73.33%47.06%-
XYZ10.461518.87-
YUV93.23140.8584.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.94%
GREEN value IS 120 (47.27% from 255) = 44.78%
BLUE value IS 116 (45.70% from 255) = 43.28%
R=11.94%
G=44.78%
B=43.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal321201160.7300.030.53177.2757.8929.8
Hex207874490335b13a1e
Octal4017016411103652617236
Binary1000001111000111010010010010111101011011000111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207874; }

 p { color: rgb(32,120,116); }

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

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

 a { background-color: rgb(32,120,116); }

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

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

 span { border-color: rgb(32,120,116); }

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