#117A4B

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

Shades of Salem #117A4B

Tints of Salem #117A4B

Color information

#117A4B (or 0x117A4B) is unknown color: approx Salem. HEX triplet: 11, 7A and 4B. RGB value is (17,122,75). Sum of RGB (Red+Green+Blue) = 17+122+75=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 122 (48.05% from 255 or 57.01% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 122 - color contains mainly: green. Hex color #117A4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117A4B is #EE85B4. Grayscale: #555555. Windows color (decimal): -15631797 or 4946449. OLE color: 4946449.

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

Color convert

RGB1712275-
CMYK0.8600.390.52
HSL153.14º75.54%27.25%-
HSV(B)153.14º86.07%47.84%-
XYZ8.4614.559.02-
YUV85.25122.2179.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.94%
GREEN value IS 122 (48.05% from 255) = 57.01%
BLUE value IS 75 (29.69% from 255) = 35.05%
R=7.94%
G=57.01%
B=35.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17122750.8600.390.52153.1475.5427.25
Hex117A4B5602734994c1b
Octal211721131260476423111433
Binary10001111101010010111010110010011111010010011001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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