#22706C

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

Shades of Elm #22706C

Tints of Elm #22706C

Color information

#22706C (or 0x22706C) is unknown color: approx Elm. HEX triplet: 22, 70 and 6C. RGB value is (34,112,108). Sum of RGB (Red+Green+Blue) = 34+112+108=254 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.39% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #22706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22706C is #DD8F93. Grayscale: #585858. Windows color (decimal): -14520212 or 7106594. OLE color: 7106594.

HSL color Cylindrical-coordinate representation of color #22706C: hue angle of 176.92º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #22706C is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB34112108-
CMYK0.7000.040.56
HSL176.92º53.42%28.63%-
HSV(B)176.92º69.64%43.92%-
XYZ9.1613.0116.22-
YUV88.22139.1689.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.39%
GREEN value IS 112 (44.14% from 255) = 44.09%
BLUE value IS 108 (42.58% from 255) = 42.52%
R=13.39%
G=44.09%
B=42.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal341121080.7000.040.56176.9253.4228.63
Hex22706C460438b1351d
Octal4216015410604702616535
Binary10001011100001101100100011001001110001011000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22706C; }

 p { color: rgb(34,112,108); }

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

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

 a { background-color: rgb(34,112,108); }

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

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

 span { border-color: rgb(34,112,108); }

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