#107D4D

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

Shades of Salem #107D4D

Tints of Salem #107D4D

Color information

#107D4D (or 0x107D4D) is unknown color: approx Salem. HEX triplet: 10, 7D and 4D. RGB value is (16,125,77). Sum of RGB (Red+Green+Blue) = 16+125+77=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 125 (49.22% from 255 or 57.34% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 125 - color contains mainly: green. Hex color #107D4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107D4D is #EF82B2. Grayscale: #575757. Windows color (decimal): -15696563 or 5078288. OLE color: 5078288.

HSL color Cylindrical-coordinate representation of color #107D4D: hue angle of 153.58º 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 #107D4D is Cyan = 0.87, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB1612577-
CMYK0.8700.380.51
HSL153.58º77.3%27.65%-
HSV(B)153.58º87.2%49.02%-
XYZ8.8915.319.51-
YUV86.94122.3977.4-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.34%
GREEN value IS 125 (49.22% from 255) = 57.34%
BLUE value IS 77 (30.47% from 255) = 35.32%
R=7.34%
G=57.34%
B=35.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal16125770.8700.380.51153.5877.327.65
Hex107D4D57026339a4d1c
Octal201751151270466323211534
Binary10000111110110011011010111010011011001110011010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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