#167A75

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

Shades of Elm #167A75

Tints of Elm #167A75

Color information

#167A75 (or 0x167A75) is unknown color: approx Elm. HEX triplet: 16, 7A and 75. RGB value is (22,122,117). Sum of RGB (Red+Green+Blue) = 22+122+117=261 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.43% from 261); Green value is 122 (48.05% from 255 or 46.74% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 122 - color contains mainly: green. Hex color #167A75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167A75 is #E9858A. Grayscale: #5B5B5B. Windows color (decimal): -15304075 or 7698966. OLE color: 7698966.

HSL color Cylindrical-coordinate representation of color #167A75: hue angle of 177º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #167A75 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB22122117-
CMYK0.8200.040.52
HSL177º69.44%28.24%-
HSV(B)177º81.97%47.84%-
XYZ10.515.3719.24-
YUV91.53142.3778.41-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.43%
GREEN value IS 122 (48.05% from 255) = 46.74%
BLUE value IS 117 (46.09% from 255) = 44.83%
R=8.43%
G=46.74%
B=44.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal221221170.8200.040.5217769.4428.24
Hex167A75520434b1451c
Octal26172165122046426110534
Binary10110111101011101011010010010011010010110001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,122,117); }

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

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

 a { background-color: rgb(22,122,117); }

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

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

 span { border-color: rgb(22,122,117); }

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