#117A57

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

Shades of Salem #117A57

Tints of Salem #117A57

Color information

#117A57 (or 0x117A57) is unknown color: approx Salem. HEX triplet: 11, 7A and 57. RGB value is (17,122,87). Sum of RGB (Red+Green+Blue) = 17+122+87=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 122 (48.05% from 255 or 53.98% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 122 - color contains mainly: green. Hex color #117A57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117A57 is #EE85A8. Grayscale: #565656. Windows color (decimal): -15631785 or 5732881. OLE color: 5732881.

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

Color convert

RGB1712287-
CMYK0.8600.290.52
HSL160º75.54%27.25%-
HSV(B)160º86.07%47.84%-
XYZ8.9114.7311.39-
YUV86.62128.2178.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.52%
GREEN value IS 122 (48.05% from 255) = 53.98%
BLUE value IS 87 (34.38% from 255) = 38.50%
R=7.52%
G=53.98%
B=38.50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17122870.8600.290.5216075.5427.25
Hex117A575601D34a04c1b
Octal211721271260356424011433
Binary1000111110101010111101011001110111010010100000100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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