#107749

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

Shades of Salem #107749

Tints of Salem #107749

Color information

#107749 (or 0x107749) is unknown color: approx Salem. HEX triplet: 10, 77 and 49. RGB value is (16,119,73). Sum of RGB (Red+Green+Blue) = 16+119+73=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 119 (46.88% from 255 or 57.21% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 119 - color contains mainly: green. Hex color #107749 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107749 is #EF88B6. Grayscale: #535353. Windows color (decimal): -15698103 or 4814608. OLE color: 4814608.

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

Color convert

RGB1611973-
CMYK0.8700.390.53
HSL153.2º76.3%26.47%-
HSV(B)153.2º86.55%46.67%-
XYZ8.0113.788.54-
YUV82.96122.3880.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.69%
GREEN value IS 119 (46.88% from 255) = 57.21%
BLUE value IS 73 (28.91% from 255) = 35.10%
R=7.69%
G=57.21%
B=35.10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16119730.8700.390.53153.276.326.47
Hex1077495702735994c1a
Octal201671111270476523111432
Binary10000111011110010011010111010011111010110011001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107749; }

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

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

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

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

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

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

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

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