#157776

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

Shades of Elm #157776

Tints of Elm #157776

Color information

#157776 (or 0x157776) is unknown color: approx Elm. HEX triplet: 15, 77 and 76. RGB value is (21,119,118). Sum of RGB (Red+Green+Blue) = 21+119+118=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #157776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157776 is #EA8889. Grayscale: #595959. Windows color (decimal): -15370378 or 7763733. OLE color: 7763733.

HSL color Cylindrical-coordinate representation of color #157776: hue angle of 179.39º 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 #157776 is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB21119118-
CMYK0.8200.010.53
HSL179.39º70%27.45%-
HSV(B)179.39º82.35%46.67%-
XYZ10.1814.6619.43-
YUV89.58144.0379.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.14%
GREEN value IS 119 (46.88% from 255) = 46.12%
BLUE value IS 118 (46.48% from 255) = 45.74%
R=8.14%
G=46.12%
B=45.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal211191180.8200.010.53179.397027.45
Hex157776520135b3461b
Octal25167166122016526310633
Binary101011110111111011010100100111010110110011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157776; }

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

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

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

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

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

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

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

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