#127F56

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

Shades of Salem #127F56

Tints of Salem #127F56

Color information

#127F56 (or 0x127F56) is unknown color: approx Salem. HEX triplet: 12, 7F and 56. RGB value is (18,127,86). Sum of RGB (Red+Green+Blue) = 18+127+86=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 127 (50% from 255 or 54.98% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 127 - color contains mainly: green. Hex color #127F56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127F56 is #ED80A9. Grayscale: #595959. Windows color (decimal): -15564970 or 5668626. OLE color: 5668626.

HSL color Cylindrical-coordinate representation of color #127F56: hue angle of 157.43º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127F56 is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB1812786-
CMYK0.8600.320.50
HSL157.43º75.17%28.43%-
HSV(B)157.43º85.83%49.8%-
XYZ9.5215.9811.39-
YUV89.74125.8976.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.79%
GREEN value IS 127 (50% from 255) = 54.98%
BLUE value IS 86 (33.98% from 255) = 37.23%
R=7.79%
G=54.98%
B=37.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18127860.8600.320.50157.4375.1728.43
Hex127F5656020329d4b1c
Octal221771261260406223511334
Binary10010111111110101101010110010000011001010011101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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