#177470

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

Shades of Elm #177470

Tints of Elm #177470

Color information

#177470 (or 0x177470) is unknown color: approx Elm. HEX triplet: 17, 74 and 70. RGB value is (23,116,112). Sum of RGB (Red+Green+Blue) = 23+116+112=251 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.16% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 116 - color contains mainly: green. Hex color #177470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177470 is #E88B8F. Grayscale: #575757. Windows color (decimal): -15240080 or 7369751. OLE color: 7369751.

HSL color Cylindrical-coordinate representation of color #177470: hue angle of 177.42º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #177470 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB23116112-
CMYK0.8000.030.55
HSL177.42º66.91%27.25%-
HSV(B)177.42º80.17%45.49%-
XYZ9.5213.8417.5-
YUV87.74141.6981.83-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.16%
GREEN value IS 116 (45.70% from 255) = 46.22%
BLUE value IS 112 (44.14% from 255) = 44.62%
R=9.16%
G=46.22%
B=44.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal231161120.8000.030.55177.4266.9127.25
Hex177470500337b1431b
Octal27164160120036726110333
Binary1011111101001110000101000001111011110110001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #177470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #177470; }

 p { color: rgb(23,116,112); }

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

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

 a { background-color: rgb(23,116,112); }

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

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

 span { border-color: rgb(23,116,112); }

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