Html Css Color HEX #117951 Salem

📋 copy color: '#117951'

red 17 ◦ green 121 ◦ blue 81

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

Shades of Salem #117951

Tints of Salem #117951

RGB

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

 GREEN value IS 121 (47.66% from 255) = 55.25%

 BLUE value IS 81 (32.03% from 255) = 36.99%

R = 7.76%
G = 55.25%
B = 36.99%

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

#117951 (or 0x117951) is known color: Salem. HEX triplet: 11, 79 and 51. RGB value is (17,121,81). Sum of RGB (Red+Green+Blue) = 17+121+81=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 121 (47.66% from 255 or 55.25% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 121 - color contains mainly: green. Hex color #117951 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117951 is #EE86AE. Grayscale: #555555. Windows color (decimal): -15632047 or 5339409. OLE color: 5339409.

HSL color Cylindrical-coordinate representation of color #117951: hue angle of 156.92º 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 #117951 is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 121 81 -
CMYK 0.86 0 0.33 0.53
HSL 156.92º 0.75% 0.27% -
HSV(B) 156.92º 0.86% 0.47% -
XYZ 8.55 14.39 10.11 -
YUV 85.34 125.54 79.25 -
System Red Green Blue C M Y K H S L
Decimal 17 121 81 0.86 0 0.33 0.53 156.92 0.75 0.27
Hex 11 79 51 56 0 21 35 9D 4B 1B
Octal 21 171 121 126 0 41 65 235 113 33
Binary 10001 1111001 1010001 1010110 0 100001 110101 10011101 1001011 11011

Color Harmonies of #117951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117951

Black with #117951

Text Example


Text Example

White with #117951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117951; }

 p { color: rgb(17,121,81); }

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

background-color css

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

 a { background-color: rgb(17,121,81); }

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

border-color css

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

 span { border-color: rgb(17,121,81); }

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