#127756

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

Shades of Salem #127756

Tints of Salem #127756

Color information

#127756 (or 0x127756) is unknown color: approx Salem. HEX triplet: 12, 77 and 56. RGB value is (18,119,86). Sum of RGB (Red+Green+Blue) = 18+119+86=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #127756 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127756 is #ED88A9. Grayscale: #555555. Windows color (decimal): -15567018 or 5666578. OLE color: 5666578.

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

Color convert

RGB1811986-
CMYK0.8500.280.53
HSL160.4º73.72%26.86%-
HSV(B)160.4º84.87%46.67%-
XYZ8.5313.9911.06-
YUV85.04128.5480.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.07%
GREEN value IS 119 (46.88% from 255) = 53.36%
BLUE value IS 86 (33.98% from 255) = 38.57%
R=8.07%
G=53.36%
B=38.57%

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
Decimal18119860.8500.280.53160.473.7226.86
Hex1277565501C35a04a1b
Octal221671261250346524011233
Binary1001011101111010110101010101110011010110100000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127756; }

 p { color: rgb(18,119,86); }

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

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

 a { background-color: rgb(18,119,86); }

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

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

 span { border-color: rgb(18,119,86); }

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