#117755

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

Shades of Salem #117755

Tints of Salem #117755

Color information

#117755 (or 0x117755) is unknown color: approx Salem. HEX triplet: 11, 77 and 55. RGB value is (17,119,85). Sum of RGB (Red+Green+Blue) = 17+119+85=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #117755 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117755 is #EE88AA. Grayscale: #545454. Windows color (decimal): -15632555 or 5601041. OLE color: 5601041.

HSL color Cylindrical-coordinate representation of color #117755: hue angle of 160º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117755 is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB1711985-
CMYK0.8600.290.53
HSL160º75%26.67%-
HSV(B)160º85.71%46.67%-
XYZ8.4713.9710.84-
YUV84.63128.2179.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.69%
GREEN value IS 119 (46.88% from 255) = 53.85%
BLUE value IS 85 (33.59% from 255) = 38.46%
R=7.69%
G=53.85%
B=38.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17119850.8600.290.531607526.67
Hex1177555601D35a04b1b
Octal211671251260356524011333
Binary1000111101111010101101011001110111010110100000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117755; }

 p { color: rgb(17,119,85); }

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

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

 a { background-color: rgb(17,119,85); }

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

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

 span { border-color: rgb(17,119,85); }

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