#127857

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

Shades of Salem #127857

Tints of Salem #127857

Color information

#127857 (or 0x127857) is unknown color: approx Salem. HEX triplet: 12, 78 and 57. RGB value is (18,120,87). Sum of RGB (Red+Green+Blue) = 18+120+87=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 120 (47.27% from 255 or 53.33% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 120 - color contains mainly: green. Hex color #127857 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127857 is #ED87A8. Grayscale: #555555. Windows color (decimal): -15566761 or 5732370. OLE color: 5732370.

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

Color convert

RGB1812087-
CMYK0.8500.280.53
HSL160.59º73.91%27.06%-
HSV(B)160.59º85%47.06%-
XYZ8.6914.2511.31-
YUV85.74128.7179.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 120 (47.27% from 255) = 53.33%
BLUE value IS 87 (34.38% from 255) = 38.67%
R=8%
G=53.33%
B=38.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18120870.8500.280.53160.5973.9127.06
Hex1278575501C35a14a1b
Octal221701271250346524111233
Binary1001011110001010111101010101110011010110100001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127857; }

 p { color: rgb(18,120,87); }

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

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

 a { background-color: rgb(18,120,87); }

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

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

 span { border-color: rgb(18,120,87); }

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