#157A77

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

Shades of Elm #157A77

Tints of Elm #157A77

Color information

#157A77 (or 0x157A77) is unknown color: approx Elm. HEX triplet: 15, 7A and 77. RGB value is (21,122,119). Sum of RGB (Red+Green+Blue) = 21+122+119=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 122 (48.05% from 255 or 46.56% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 122 - color contains mainly: green. Hex color #157A77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157A77 is #EA8588. Grayscale: #5B5B5B. Windows color (decimal): -15369609 or 7830037. OLE color: 7830037.

HSL color Cylindrical-coordinate representation of color #157A77: hue angle of 178.22º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157A77 is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB21122119-
CMYK0.8300.020.52
HSL178.22º70.63%28.04%-
HSV(B)178.22º82.79%47.84%-
XYZ10.615.4119.87-
YUV91.46143.5477.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.02%
GREEN value IS 122 (48.05% from 255) = 46.56%
BLUE value IS 119 (46.88% from 255) = 45.42%
R=8.02%
G=46.56%
B=45.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal211221190.8300.020.52178.2270.6328.04
Hex157A77530234b2471c
Octal25172167123026426210734
Binary1010111110101110111101001101011010010110010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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