#127656

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

Shades of Salem #127656

Tints of Salem #127656

Color information

#127656 (or 0x127656) is unknown color: approx Salem. HEX triplet: 12, 76 and 56. RGB value is (18,118,86). Sum of RGB (Red+Green+Blue) = 18+118+86=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 118 (46.48% from 255 or 53.15% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 118 - color contains mainly: green. Hex color #127656 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127656 is #ED89A9. Grayscale: #545454. Windows color (decimal): -15567274 or 5666322. OLE color: 5666322.

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

Color convert

RGB1811886-
CMYK0.8500.270.54
HSL160.8º73.53%26.67%-
HSV(B)160.8º84.75%46.27%-
XYZ8.4113.7611.02-
YUV84.45128.8780.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.11%
GREEN value IS 118 (46.48% from 255) = 53.15%
BLUE value IS 86 (33.98% from 255) = 38.74%
R=8.11%
G=53.15%
B=38.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18118860.8500.270.54160.873.5326.67
Hex1276565501B36a14a1b
Octal221661261250336624111233
Binary1001011101101010110101010101101111011010100001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127656; }

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

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

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

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

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

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

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

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