#127753

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

Shades of Salem #127753

Tints of Salem #127753

Color information

#127753 (or 0x127753) is unknown color: approx Salem. HEX triplet: 12, 77 and 53. RGB value is (18,119,83). Sum of RGB (Red+Green+Blue) = 18+119+83=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 119 (46.88% from 255 or 54.09% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 119 - color contains mainly: green. Hex color #127753 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127753 is #ED88AC. Grayscale: #545454. Windows color (decimal): -15567021 or 5469970. OLE color: 5469970.

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

Color convert

RGB1811983-
CMYK0.8500.300.53
HSL158.61º73.72%26.86%-
HSV(B)158.61º84.87%46.67%-
XYZ8.4113.9510.43-
YUV84.7127.0480.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.18%
GREEN value IS 119 (46.88% from 255) = 54.09%
BLUE value IS 83 (32.81% from 255) = 37.73%
R=8.18%
G=54.09%
B=37.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18119830.8500.300.53158.6173.7226.86
Hex1277535501E359f4a1b
Octal221671231250366523711233
Binary1001011101111010011101010101111011010110011111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127753; }

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

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

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

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

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

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

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

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