#167972

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

Shades of Elm #167972

Tints of Elm #167972

Color information

#167972 (or 0x167972) is unknown color: approx Elm. HEX triplet: 16, 79 and 72. RGB value is (22,121,114). Sum of RGB (Red+Green+Blue) = 22+121+114=257 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.56% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 121 - color contains mainly: green. Hex color #167972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167972 is #E9868D. Grayscale: #5A5A5A. Windows color (decimal): -15304334 or 7502102. OLE color: 7502102.

HSL color Cylindrical-coordinate representation of color #167972: hue angle of 175.76º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #167972 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB22121114-
CMYK0.8200.060.53
HSL175.76º69.23%28.04%-
HSV(B)175.76º81.82%47.45%-
XYZ10.2115.0618.29-
YUV90.6141.279.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.56%
GREEN value IS 121 (47.66% from 255) = 47.08%
BLUE value IS 114 (44.92% from 255) = 44.36%
R=8.56%
G=47.08%
B=44.36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal221211140.8200.060.53175.7669.2328.04
Hex167972520635b0451c
Octal26171162122066526010534
Binary10110111100111100101010010011011010110110000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #167972; }

 p { color: rgb(22,121,114); }

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

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

 a { background-color: rgb(22,121,114); }

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

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

 span { border-color: rgb(22,121,114); }

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