#157874

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

Shades of Elm #157874

Tints of Elm #157874

Color information

#157874 (or 0x157874) is unknown color: approx Elm. HEX triplet: 15, 78 and 74. RGB value is (21,120,116). Sum of RGB (Red+Green+Blue) = 21+120+116=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 120 (47.27% from 255 or 46.69% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 120 - color contains mainly: green. Hex color #157874 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157874 is #EA878B. Grayscale: #595959. Windows color (decimal): -15370124 or 7632917. OLE color: 7632917.

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

Color convert

RGB21120116-
CMYK0.8300.030.53
HSL177.58º70.21%27.65%-
HSV(B)177.58º82.5%47.06%-
XYZ10.1814.8518.85-
YUV89.94142.778.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.17%
GREEN value IS 120 (47.27% from 255) = 46.69%
BLUE value IS 116 (45.70% from 255) = 45.14%
R=8.17%
G=46.69%
B=45.14%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal211201160.8300.030.53177.5870.2127.65
Hex157874530335b2461c
Octal25170164123036526210634
Binary1010111110001110100101001101111010110110010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157874; }

 p { color: rgb(21,120,116); }

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

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

 a { background-color: rgb(21,120,116); }

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

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

 span { border-color: rgb(21,120,116); }

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