Html Css Color HEX #117D55 Salem

📋 copy color: '#117D55'

red 17 ◦ green 125 ◦ blue 85

#117D55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #117D55

Tints of Salem #117D55

RGB

 RED value IS 17 (7.03% from 255) = 7.49%

 GREEN value IS 125 (49.22% from 255) = 55.07%

 BLUE value IS 85 (33.59% from 255) = 37.44%

R = 7.49%
G = 55.07%
B = 37.44%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.32

 K value IS 0.51

RGB Variations

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

Color information

#117D55 (or 0x117D55) is known color: Salem. HEX triplet: 11, 7D and 55. RGB value is (17,125,85). Sum of RGB (Red+Green+Blue) = 17+125+85=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 125 (49.22% from 255 or 55.07% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 125 - color contains mainly: green. Hex color #117D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117D55 is #EE82AA. Grayscale: #585858. Windows color (decimal): -15631019 or 5602577. OLE color: 5602577.

HSL color Cylindrical-coordinate representation of color #117D55: hue angle of 157.78º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117D55 is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 125 85 -
CMYK 0.86 0 0.32 0.51
HSL 157.78º 0.76% 0.28% -
HSV(B) 157.78º 0.86% 0.49% -
XYZ 9.2 15.44 11.09 -
YUV 88.15 126.22 77.25 -
System Red Green Blue C M Y K H S L
Decimal 17 125 85 0.86 0 0.32 0.51 157.78 0.76 0.28
Hex 11 7D 55 56 0 20 33 9E 4C 1C
Octal 21 175 125 126 0 40 63 236 114 34
Binary 10001 1111101 1010101 1010110 0 100000 110011 10011110 1001100 11100

Color Harmonies of #117D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117D55

Black with #117D55

Text Example


Text Example

White with #117D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,125,85); }

 H1.HeaderClassName
 {
   color: #117D55;
 }
 .AnyTagClassName
 {
   color: #117D55;
 }
</style>

background-color css

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

 a { background-color: rgb(17,125,85); }

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

border-color css

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

 span { border-color: rgb(17,125,85); }

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