#157977

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

Shades of Elm #157977

Tints of Elm #157977

Color information

#157977 (or 0x157977) is unknown color: approx Elm. HEX triplet: 15, 79 and 77. RGB value is (21,121,119). Sum of RGB (Red+Green+Blue) = 21+121+119=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 121 - color contains mainly: green. Hex color #157977 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157977 is #EA8688. Grayscale: #5A5A5A. Windows color (decimal): -15369865 or 7829781. OLE color: 7829781.

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

Color convert

RGB21121119-
CMYK0.8300.020.53
HSL178.8º70.42%27.84%-
HSV(B)178.8º82.64%47.45%-
XYZ10.4815.1719.83-
YUV90.87143.8778.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.05%
GREEN value IS 121 (47.66% from 255) = 46.36%
BLUE value IS 119 (46.88% from 255) = 45.59%
R=8.05%
G=46.36%
B=45.59%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal211211190.8300.020.53178.870.4227.84
Hex157977530235b3461c
Octal25171167123026526310634
Binary1010111110011110111101001101011010110110011100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157977; }

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

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

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

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

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

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

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

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