#127750

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

Shades of Salem #127750

Tints of Salem #127750

Color information

#127750 (or 0x127750) is unknown color: approx Salem. HEX triplet: 12, 77 and 50. RGB value is (18,119,80). Sum of RGB (Red+Green+Blue) = 18+119+80=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 119 (46.88% from 255 or 54.84% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 119 - color contains mainly: green. Hex color #127750 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127750 is #ED88AF. Grayscale: #545454. Windows color (decimal): -15567024 or 5273362. OLE color: 5273362.

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

Color convert

RGB1811980-
CMYK0.8500.330.53
HSL156.83º73.72%26.86%-
HSV(B)156.83º84.87%46.67%-
XYZ8.2913.99.84-
YUV84.36125.5480.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.29%
GREEN value IS 119 (46.88% from 255) = 54.84%
BLUE value IS 80 (31.64% from 255) = 36.87%
R=8.29%
G=54.84%
B=36.87%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18119800.8500.330.53156.8373.7226.86
Hex12775055021359d4a1b
Octal221671201250416523511233
Binary10010111011110100001010101010000111010110011101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127750; }

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

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

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

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

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

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

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

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