#157875

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

Shades of Elm #157875

Tints of Elm #157875

Color information

#157875 (or 0x157875) is unknown color: approx Elm. HEX triplet: 15, 78 and 75. RGB value is (21,120,117). Sum of RGB (Red+Green+Blue) = 21+120+117=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 120 - color contains mainly: green. Hex color #157875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157875 is #EA878A. Grayscale: #595959. Windows color (decimal): -15370123 or 7698453. OLE color: 7698453.

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

Color convert

RGB21120117-
CMYK0.8300.020.53
HSL178.18º70.21%27.65%-
HSV(B)178.18º82.5%47.06%-
XYZ10.2414.8819.16-
YUV90.06143.278.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.14%
GREEN value IS 120 (47.27% from 255) = 46.51%
BLUE value IS 117 (46.09% from 255) = 45.35%
R=8.14%
G=46.51%
B=45.35%

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
Decimal211201170.8300.020.53178.1870.2127.65
Hex157875530235b2461c
Octal25170165123026526210634
Binary1010111110001110101101001101011010110110010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157875; }

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

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

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

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

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

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

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

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