#117F4D

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

Shades of Salem #117F4D

Tints of Salem #117F4D

Color information

#117F4D (or 0x117F4D) is unknown color: approx Salem. HEX triplet: 11, 7F and 4D. RGB value is (17,127,77). Sum of RGB (Red+Green+Blue) = 17+127+77=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 127 (50% from 255 or 57.47% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 127 - color contains mainly: green. Hex color #117F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117F4D is #EE80B2. Grayscale: #585858. Windows color (decimal): -15630515 or 5078801. OLE color: 5078801.

HSL color Cylindrical-coordinate representation of color #117F4D: hue angle of 152.73º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117F4D is Cyan = 0.87, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB1712777-
CMYK0.8700.390.50
HSL152.73º76.39%28.24%-
HSV(B)152.73º86.61%49.8%-
XYZ9.1615.839.59-
YUV88.41121.5677.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.69%
GREEN value IS 127 (50% from 255) = 57.47%
BLUE value IS 77 (30.47% from 255) = 34.84%
R=7.69%
G=57.47%
B=34.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal17127770.8700.390.50152.7376.3928.24
Hex117F4D5702732994c1c
Octal211771151270476223111434
Binary10001111111110011011010111010011111001010011001100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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