#117A51

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

Shades of Salem #117A51

Tints of Salem #117A51

Color information

#117A51 (or 0x117A51) is unknown color: approx Salem. HEX triplet: 11, 7A and 51. RGB value is (17,122,81). Sum of RGB (Red+Green+Blue) = 17+122+81=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 122 (48.05% from 255 or 55.45% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 122 - color contains mainly: green. Hex color #117A51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117A51 is #EE85AE. Grayscale: #555555. Windows color (decimal): -15631791 or 5339665. OLE color: 5339665.

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

Color convert

RGB1712281-
CMYK0.8600.340.52
HSL156.57º75.54%27.25%-
HSV(B)156.57º86.07%47.84%-
XYZ8.6814.6310.15-
YUV85.93125.2178.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.73%
GREEN value IS 122 (48.05% from 255) = 55.45%
BLUE value IS 81 (32.03% from 255) = 36.82%
R=7.73%
G=55.45%
B=36.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17122810.8600.340.52156.5775.5427.25
Hex117A5156022349d4c1b
Octal211721211260426423511433
Binary10001111101010100011010110010001011010010011101100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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