#118759

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

Shades of Salem #118759

Tints of Salem #118759

Color information

#118759 (or 0x118759) is unknown color: approx Salem. HEX triplet: 11, 87 and 59. RGB value is (17,135,89). Sum of RGB (Red+Green+Blue) = 17+135+89=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 135 (53.12% from 255 or 56.02% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 135 - color contains mainly: green. Hex color #118759 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118759 is #EE78A6. Grayscale: #5E5E5E. Windows color (decimal): -15628455 or 5867281. OLE color: 5867281.

HSL color Cylindrical-coordinate representation of color #118759: hue angle of 156.61º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118759 is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1713589-
CMYK0.8700.340.47
HSL156.61º77.63%29.8%-
HSV(B)156.61º87.41%52.94%-
XYZ10.718.1712.39-
YUV94.47124.9172.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.05%
GREEN value IS 135 (53.12% from 255) = 56.02%
BLUE value IS 89 (35.16% from 255) = 36.93%
R=7.05%
G=56.02%
B=36.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal17135890.8700.340.47156.6177.6329.8
Hex118759570222F9d4e1e
Octal212071311270425723511636
Binary100011000011110110011010111010001010111110011101100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118759; }

 p { color: rgb(17,135,89); }

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

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

 a { background-color: rgb(17,135,89); }

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

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

 span { border-color: rgb(17,135,89); }

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