#117A4D

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

Shades of Salem #117A4D

Tints of Salem #117A4D

Color information

#117A4D (or 0x117A4D) is unknown color: approx Salem. HEX triplet: 11, 7A and 4D. RGB value is (17,122,77). Sum of RGB (Red+Green+Blue) = 17+122+77=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 122 (48.05% from 255 or 56.48% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 122 - color contains mainly: green. Hex color #117A4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117A4D is #EE85B2. Grayscale: #555555. Windows color (decimal): -15631795 or 5077521. OLE color: 5077521.

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

Color convert

RGB1712277-
CMYK0.8600.370.52
HSL154.29º75.54%27.25%-
HSV(B)154.29º86.07%47.84%-
XYZ8.5314.579.38-
YUV85.48123.2179.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.87%
GREEN value IS 122 (48.05% from 255) = 56.48%
BLUE value IS 77 (30.47% from 255) = 35.65%
R=7.87%
G=56.48%
B=35.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17122770.8600.370.52154.2975.5427.25
Hex117A4D56025349a4c1b
Octal211721151260456423211433
Binary10001111101010011011010110010010111010010011010100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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