#167C74

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

Shades of Elm #167C74

Tints of Elm #167C74

Color information

#167C74 (or 0x167C74) is unknown color: approx Elm. HEX triplet: 16, 7C and 74. RGB value is (22,124,116). Sum of RGB (Red+Green+Blue) = 22+124+116=262 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.40% from 262); Green value is 124 (48.83% from 255 or 47.33% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 124 - color contains mainly: green. Hex color #167C74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167C74 is #E9838B. Grayscale: #5C5C5C. Windows color (decimal): -15303564 or 7633942. OLE color: 7633942.

HSL color Cylindrical-coordinate representation of color #167C74: hue angle of 175.29º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #167C74 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB22124116-
CMYK0.8200.060.51
HSL175.29º69.86%28.63%-
HSV(B)175.29º82.26%48.63%-
XYZ10.6915.8519.02-
YUV92.59141.2177.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.40%
GREEN value IS 124 (48.83% from 255) = 47.33%
BLUE value IS 116 (45.70% from 255) = 44.27%
R=8.40%
G=47.33%
B=44.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal221241160.8200.060.51175.2969.8628.63
Hex167C74520633af461d
Octal26174164122066325710635
Binary10110111110011101001010010011011001110101111100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #167C74; }

 p { color: rgb(22,124,116); }

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

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

 a { background-color: rgb(22,124,116); }

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

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

 span { border-color: rgb(22,124,116); }

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