#127956

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

Shades of Salem #127956

Tints of Salem #127956

Color information

#127956 (or 0x127956) is unknown color: approx Salem. HEX triplet: 12, 79 and 56. RGB value is (18,121,86). Sum of RGB (Red+Green+Blue) = 18+121+86=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 121 (47.66% from 255 or 53.78% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 121 - color contains mainly: green. Hex color #127956 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127956 is #ED86A9. Grayscale: #565656. Windows color (decimal): -15566506 or 5667090. OLE color: 5667090.

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

Color convert

RGB1812186-
CMYK0.8500.290.53
HSL159.61º74.1%27.25%-
HSV(B)159.61º85.12%47.45%-
XYZ8.7714.4811.14-
YUV86.21127.8879.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 121 (47.66% from 255) = 53.78%
BLUE value IS 86 (33.98% from 255) = 38.22%
R=8%
G=53.78%
B=38.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18121860.8500.290.53159.6174.127.25
Hex1279565501D35a04a1b
Octal221711261250356524011233
Binary1001011110011010110101010101110111010110100000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127956; }

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

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

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

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

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

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

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

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