#107D4C

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

Shades of Salem #107D4C

Tints of Salem #107D4C

Color information

#107D4C (or 0x107D4C) is unknown color: approx Salem. HEX triplet: 10, 7D and 4C. RGB value is (16,125,76). Sum of RGB (Red+Green+Blue) = 16+125+76=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 125 (49.22% from 255 or 57.60% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 125 - color contains mainly: green. Hex color #107D4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107D4C is #EF82B3. Grayscale: #565656. Windows color (decimal): -15696564 or 5012752. OLE color: 5012752.

HSL color Cylindrical-coordinate representation of color #107D4C: hue angle of 153.03º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107D4C is Cyan = 0.87, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.

Color convert

RGB1612576-
CMYK0.8700.390.51
HSL153.03º77.3%27.65%-
HSV(B)153.03º87.2%49.02%-
XYZ8.8515.39.32-
YUV86.82121.8977.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.37%
GREEN value IS 125 (49.22% from 255) = 57.60%
BLUE value IS 76 (30.08% from 255) = 35.02%
R=7.37%
G=57.60%
B=35.02%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal16125760.8700.390.51153.0377.327.65
Hex107D4C5702733994d1c
Octal201751141270476323111534
Binary10000111110110011001010111010011111001110011001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107D4C; }

 p { color: rgb(16,125,76); }

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

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

 a { background-color: rgb(16,125,76); }

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

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

 span { border-color: rgb(16,125,76); }

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