#117654

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

Shades of Salem #117654

Tints of Salem #117654

Color information

#117654 (or 0x117654) is unknown color: approx Salem. HEX triplet: 11, 76 and 54. RGB value is (17,118,84). Sum of RGB (Red+Green+Blue) = 17+118+84=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #117654 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117654 is #EE89AB. Grayscale: #535353. Windows color (decimal): -15632812 or 5535249. OLE color: 5535249.

HSL color Cylindrical-coordinate representation of color #117654: hue angle of 159.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117654 is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB1711884-
CMYK0.8600.290.54
HSL159.8º74.81%26.47%-
HSV(B)159.8º85.59%46.27%-
XYZ8.3113.7210.6-
YUV83.92128.0480.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.76%
GREEN value IS 118 (46.48% from 255) = 53.88%
BLUE value IS 84 (33.20% from 255) = 38.36%
R=7.76%
G=53.88%
B=38.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17118840.8600.290.54159.874.8126.47
Hex1176545601D36a04b1a
Octal211661241260356624011332
Binary1000111101101010100101011001110111011010100000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117654; }

 p { color: rgb(17,118,84); }

 H1.HeaderClassName
 {
   color: #117654;
 }
 .AnyTagClassName
 {
   color: #117654;
 }
</style>
background-color css

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

 a { background-color: rgb(17,118,84); }

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

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

 span { border-color: rgb(17,118,84); }

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