#157F76

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

Shades of Elm #157F76

Tints of Elm #157F76

Color information

#157F76 (or 0x157F76) is unknown color: approx Elm. HEX triplet: 15, 7F and 76. RGB value is (21,127,118). Sum of RGB (Red+Green+Blue) = 21+127+118=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 127 - color contains mainly: green. Hex color #157F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157F76 is #EA8089. Grayscale: #5E5E5E. Windows color (decimal): -15368330 or 7765781. OLE color: 7765781.

HSL color Cylindrical-coordinate representation of color #157F76: hue angle of 174.91º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157F76 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB21127118-
CMYK0.8300.070.50
HSL174.91º71.62%29.02%-
HSV(B)174.91º83.46%49.8%-
XYZ11.1716.6519.76-
YUV94.28141.3875.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.89%
GREEN value IS 127 (50% from 255) = 47.74%
BLUE value IS 118 (46.48% from 255) = 44.36%
R=7.89%
G=47.74%
B=44.36%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal211271180.8300.070.50174.9171.6229.02
Hex157F76530732af481d
Octal25177166123076225711035
Binary10101111111111101101010011011111001010101111100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157F76; }

 p { color: rgb(21,127,118); }

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

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

 a { background-color: rgb(21,127,118); }

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

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

 span { border-color: rgb(21,127,118); }

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