#22706F

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

Shades of Elm #22706F

Tints of Elm #22706F

Color information

#22706F (or 0x22706F) is unknown color: approx Elm. HEX triplet: 22, 70 and 6F. RGB value is (34,112,111). Sum of RGB (Red+Green+Blue) = 34+112+111=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 111 (43.75% from 255 or 43.19% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #22706F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22706F is #DD8F90. Grayscale: #585858. Windows color (decimal): -14520209 or 7303202. OLE color: 7303202.

HSL color Cylindrical-coordinate representation of color #22706F: hue angle of 179.23º 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 #22706F is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB34112111-
CMYK0.7000.010.56
HSL179.23º53.42%28.63%-
HSV(B)179.23º69.64%43.92%-
XYZ9.3213.0817.07-
YUV88.56140.6689.08-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.23%
GREEN value IS 112 (44.14% from 255) = 43.58%
BLUE value IS 111 (43.75% from 255) = 43.19%
R=13.23%
G=43.58%
B=43.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal341121110.7000.010.56179.2353.4228.63
Hex22706F460138b3351d
Octal4216015710601702636535
Binary100010111000011011111000110011110001011001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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