Html Css Color HEX #117750 Salem

📋 copy color: '#117750'

red 17 ◦ green 119 ◦ blue 80

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

Shades of Salem #117750

Tints of Salem #117750

RGB

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

 GREEN value IS 119 (46.88% from 255) = 55.09%

 BLUE value IS 80 (31.64% from 255) = 37.04%

R = 7.87%
G = 55.09%
B = 37.04%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#117750 (or 0x117750) is known color: Salem. HEX triplet: 11, 77 and 50. RGB value is (17,119,80). Sum of RGB (Red+Green+Blue) = 17+119+80=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 119 (46.88% from 255 or 55.09% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 119 - color contains mainly: green. Hex color #117750 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117750 is #EE88AF. Grayscale: #545454. Windows color (decimal): -15632560 or 5273361. OLE color: 5273361.

HSL color Cylindrical-coordinate representation of color #117750: hue angle of 157.06º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117750 is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 119 80 -
CMYK 0.86 0 0.33 0.53
HSL 157.06º 0.75% 0.27% -
HSV(B) 157.06º 0.86% 0.47% -
XYZ 8.28 13.89 9.83 -
YUV 84.06 125.71 80.17 -
System Red Green Blue C M Y K H S L
Decimal 17 119 80 0.86 0 0.33 0.53 157.06 0.75 0.27
Hex 11 77 50 56 0 21 35 9D 4B 1B
Octal 21 167 120 126 0 41 65 235 113 33
Binary 10001 1110111 1010000 1010110 0 100001 110101 10011101 1001011 11011

Color Harmonies of #117750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117750

Black with #117750

Text Example


Text Example

White with #117750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117750; }

 p { color: rgb(17,119,80); }

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

background-color css

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

 a { background-color: rgb(17,119,80); }

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

border-color css

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

 span { border-color: rgb(17,119,80); }

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