#157775

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

Shades of Elm #157775

Tints of Elm #157775

Color information

#157775 (or 0x157775) is unknown color: approx Elm. HEX triplet: 15, 77 and 75. RGB value is (21,119,117). Sum of RGB (Red+Green+Blue) = 21+119+117=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #157775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157775 is #EA888A. Grayscale: #595959. Windows color (decimal): -15370379 or 7698197. OLE color: 7698197.

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

Color convert

RGB21119117-
CMYK0.8200.020.53
HSL178.78º70%27.45%-
HSV(B)178.78º82.35%46.67%-
XYZ10.1214.6419.12-
YUV89.47143.5379.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.17%
GREEN value IS 119 (46.88% from 255) = 46.30%
BLUE value IS 117 (46.09% from 255) = 45.53%
R=8.17%
G=46.30%
B=45.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal211191170.8200.020.53178.787027.45
Hex157775520235b3461b
Octal25167165122026526310633
Binary1010111101111110101101001001011010110110011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157775; }

 p { color: rgb(21,119,117); }

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

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

 a { background-color: rgb(21,119,117); }

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

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

 span { border-color: rgb(21,119,117); }

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