#117B4F

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

Shades of Salem #117B4F

Tints of Salem #117B4F

Color information

#117B4F (or 0x117B4F) is unknown color: approx Salem. HEX triplet: 11, 7B and 4F. RGB value is (17,123,79). Sum of RGB (Red+Green+Blue) = 17+123+79=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 123 (48.44% from 255 or 56.16% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 123 - color contains mainly: green. Hex color #117B4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117B4F is #EE84B0. Grayscale: #565656. Windows color (decimal): -15631537 or 5208849. OLE color: 5208849.

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

Color convert

RGB1712379-
CMYK0.8600.360.52
HSL155.09º75.71%27.45%-
HSV(B)155.09º86.18%48.24%-
XYZ8.7314.859.8-
YUV86.29123.8878.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.76%
GREEN value IS 123 (48.44% from 255) = 56.16%
BLUE value IS 79 (31.25% from 255) = 36.07%
R=7.76%
G=56.16%
B=36.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17123790.8600.360.52155.0975.7127.45
Hex117B4F56024349b4c1b
Octal211731171260446423311433
Binary10001111101110011111010110010010011010010011011100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,123,79); }

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

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

 a { background-color: rgb(17,123,79); }

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

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

 span { border-color: rgb(17,123,79); }

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