Html Css Color HEX #117F42 Salem

📋 copy color: '#117F42'

red 17 ◦ green 127 ◦ blue 66

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

Shades of Salem #117F42

Tints of Salem #117F42

RGB

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

 GREEN value IS 127 (50% from 255) = 60.48%

 BLUE value IS 66 (26.17% from 255) = 31.43%

R = 8.1%
G = 60.48%
B = 31.43%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#117F42 (or 0x117F42) is known color: Salem. HEX triplet: 11, 7F and 42. RGB value is (17,127,66). Sum of RGB (Red+Green+Blue) = 17+127+66=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 127 (50% from 255 or 60.48% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 127 - color contains mainly: green. Hex color #117F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117F42 is #EE80BD. Grayscale: #575757. Windows color (decimal): -15630526 or 4357905. OLE color: 4357905.

HSL color Cylindrical-coordinate representation of color #117F42: hue angle of 146.73º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117F42 is Cyan = 0.87, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 127 66 -
CMYK 0.87 0 0.48 0.50
HSL 146.73º 0.76% 0.28% -
HSV(B) 146.73º 0.87% 0.5% -
XYZ 8.8 15.69 7.72 -
YUV 87.16 116.06 77.96 -
System Red Green Blue C M Y K H S L
Decimal 17 127 66 0.87 0 0.48 0.50 146.73 0.76 0.28
Hex 11 7F 42 57 0 30 32 93 4C 1C
Octal 21 177 102 127 0 60 62 223 114 34
Binary 10001 1111111 1000010 1010111 0 110000 110010 10010011 1001100 11100

Color Harmonies of #117F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117F42

Black with #117F42

Text Example


Text Example

White with #117F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,127,66); }

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

background-color css

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

 a { background-color: rgb(17,127,66); }

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

border-color css

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

 span { border-color: rgb(17,127,66); }

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