#117B55

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

Shades of Salem #117B55

Tints of Salem #117B55

Color information

#117B55 (or 0x117B55) is unknown color: approx Salem. HEX triplet: 11, 7B and 55. RGB value is (17,123,85). Sum of RGB (Red+Green+Blue) = 17+123+85=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 123 (48.44% from 255 or 54.67% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 123 - color contains mainly: green. Hex color #117B55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117B55 is #EE84AA. Grayscale: #575757. Windows color (decimal): -15631531 or 5602065. OLE color: 5602065.

HSL color Cylindrical-coordinate representation of color #117B55: hue angle of 158.49º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117B55 is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.

Color convert

RGB1712385-
CMYK0.8600.310.52
HSL158.49º75.71%27.45%-
HSV(B)158.49º86.18%48.24%-
XYZ8.9514.9411.01-
YUV86.97126.8878.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.56%
GREEN value IS 123 (48.44% from 255) = 54.67%
BLUE value IS 85 (33.59% from 255) = 37.78%
R=7.56%
G=54.67%
B=37.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17123850.8600.310.52158.4975.7127.45
Hex117B555601F349e4c1b
Octal211731251260376423611433
Binary1000111110111010101101011001111111010010011110100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117B55; }

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

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

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

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

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

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

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

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