#117A55

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

Shades of Salem #117A55

Tints of Salem #117A55

Color information

#117A55 (or 0x117A55) is unknown color: approx Salem. HEX triplet: 11, 7A and 55. RGB value is (17,122,85). Sum of RGB (Red+Green+Blue) = 17+122+85=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 122 (48.05% from 255 or 54.46% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 122 - color contains mainly: green. Hex color #117A55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117A55 is #EE85AA. Grayscale: #565656. Windows color (decimal): -15631787 or 5601809. OLE color: 5601809.

HSL color Cylindrical-coordinate representation of color #117A55: hue angle of 158.86º 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 #117A55 is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB1712285-
CMYK0.8600.300.52
HSL158.86º75.54%27.25%-
HSV(B)158.86º86.07%47.84%-
XYZ8.8314.6910.97-
YUV86.39127.2178.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.59%
GREEN value IS 122 (48.05% from 255) = 54.46%
BLUE value IS 85 (33.59% from 255) = 37.95%
R=7.59%
G=54.46%
B=37.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17122850.8600.300.52158.8675.5427.25
Hex117A555601E349f4c1b
Octal211721251260366423711433
Binary1000111110101010101101011001111011010010011111100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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