#127B56

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

Shades of Salem #127B56

Tints of Salem #127B56

Color information

#127B56 (or 0x127B56) is unknown color: approx Salem. HEX triplet: 12, 7B and 56. RGB value is (18,123,86). Sum of RGB (Red+Green+Blue) = 18+123+86=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 123 (48.44% from 255 or 54.19% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 123 - color contains mainly: green. Hex color #127B56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127B56 is #ED84A9. Grayscale: #575757. Windows color (decimal): -15565994 or 5667602. OLE color: 5667602.

HSL color Cylindrical-coordinate representation of color #127B56: hue angle of 158.86º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127B56 is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB1812386-
CMYK0.8500.300.52
HSL158.86º74.47%27.65%-
HSV(B)158.86º85.37%48.24%-
XYZ9.0114.9711.22-
YUV87.39127.2178.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 123 (48.44% from 255) = 54.19%
BLUE value IS 86 (33.98% from 255) = 37.89%
R=7.93%
G=54.19%
B=37.89%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18123860.8500.300.52158.8674.4727.65
Hex127B565501E349f4a1c
Octal221731261250366423711234
Binary1001011110111010110101010101111011010010011111100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127B56; }

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

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

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

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

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

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

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

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