#107756

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

Shades of Salem #107756

Tints of Salem #107756

Color information

#107756 (or 0x107756) is unknown color: approx Salem. HEX triplet: 10, 77 and 56. RGB value is (16,119,86). Sum of RGB (Red+Green+Blue) = 16+119+86=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #107756 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107756 is #EF88A9. Grayscale: #545454. Windows color (decimal): -15698090 or 5666576. OLE color: 5666576.

HSL color Cylindrical-coordinate representation of color #107756: hue angle of 160.78º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107756 is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB1611986-
CMYK0.8700.280.53
HSL160.78º76.3%26.47%-
HSV(B)160.78º86.55%46.67%-
XYZ8.4913.9811.05-
YUV84.44128.8879.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.24%
GREEN value IS 119 (46.88% from 255) = 53.85%
BLUE value IS 86 (33.98% from 255) = 38.91%
R=7.24%
G=53.85%
B=38.91%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16119860.8700.280.53160.7876.326.47
Hex1077565701C35a14c1a
Octal201671261270346524111432
Binary1000011101111010110101011101110011010110100001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107756; }

 p { color: rgb(16,119,86); }

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

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

 a { background-color: rgb(16,119,86); }

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

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

 span { border-color: rgb(16,119,86); }

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