#22706B

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

Shades of Elm #22706B

Tints of Elm #22706B

Color information

#22706B (or 0x22706B) is unknown color: approx Elm. HEX triplet: 22, 70 and 6B. RGB value is (34,112,107). Sum of RGB (Red+Green+Blue) = 34+112+107=253 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.44% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 112 - color contains mainly: green. Hex color #22706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22706B is #DD8F94. Grayscale: #585858. Windows color (decimal): -14520213 or 7041058. OLE color: 7041058.

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

Color convert

RGB34112107-
CMYK0.7000.040.56
HSL176.15º53.42%28.63%-
HSV(B)176.15º69.64%43.92%-
XYZ9.1112.9915.94-
YUV88.11138.6689.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.44%
GREEN value IS 112 (44.14% from 255) = 44.27%
BLUE value IS 107 (42.19% from 255) = 42.29%
R=13.44%
G=44.27%
B=42.29%

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
Decimal341121070.7000.040.56176.1553.4228.63
Hex22706B460438b0351d
Octal4216015310604702606535
Binary10001011100001101011100011001001110001011000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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