#117F42

Color #117F42 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #117F42

Tints of Salem #117F42

Color information

#117F42 (or 0x117F42) is unknown color: approx 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

RGB1712766-
CMYK0.8700.480.50
HSL146.73º76.39%28.24%-
HSV(B)146.73º86.61%49.8%-
XYZ8.815.697.72-
YUV87.16116.0677.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.10%
GREEN value IS 127 (50% from 255) = 60.48%
BLUE value IS 66 (26.17% from 255) = 31.43%
R=8.10%
G=60.48%
B=31.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal17127660.8700.480.50146.7376.3928.24
Hex117F425703032934c1c
Octal211771021270606222311434
Binary10001111111110000101010111011000011001010010011100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>