Html Css Color HEX #117D57 Salem

📋 copy color: '#117D57'

red 17 ◦ green 125 ◦ blue 87

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

Shades of Salem #117D57

Tints of Salem #117D57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 37.99%

R = 7.42%
G = 54.59%
B = 37.99%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#117D57 (or 0x117D57) is known color: Salem. HEX triplet: 11, 7D and 57. RGB value is (17,125,87). Sum of RGB (Red+Green+Blue) = 17+125+87=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 125 (49.22% from 255 or 54.59% from 229); Blue value is 87 (34.38% from 255 or 37.99% from 229); Max value from RGB is 125 - color contains mainly: green. Hex color #117D57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117D57 is #EE82A8. Grayscale: #585858. Windows color (decimal): -15631017 or 5733649. OLE color: 5733649.

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

Color convert

RGB 17 125 87 -
CMYK 0.86 0 0.30 0.51
HSL 158.89º 0.76% 0.28% -
HSV(B) 158.89º 0.86% 0.49% -
XYZ 9.29 15.47 11.51 -
YUV 88.38 127.22 77.09 -
System Red Green Blue C M Y K H S L
Decimal 17 125 87 0.86 0 0.30 0.51 158.89 0.76 0.28
Hex 11 7D 57 56 0 1E 33 9F 4C 1C
Octal 21 175 127 126 0 36 63 237 114 34
Binary 10001 1111101 1010111 1010110 0 11110 110011 10011111 1001100 11100

Color Harmonies of #117D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117D57

Black with #117D57

Text Example


Text Example

White with #117D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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