#10754D

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

Shades of Salem #10754D

Tints of Salem #10754D

Color information

#10754D (or 0x10754D) is unknown color: approx Salem. HEX triplet: 10, 75 and 4D. RGB value is (16,117,77). Sum of RGB (Red+Green+Blue) = 16+117+77=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 117 (46.09% from 255 or 55.71% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 117 - color contains mainly: green. Hex color #10754D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10754D is #EF8AB2. Grayscale: #525252. Windows color (decimal): -15698611 or 5076240. OLE color: 5076240.

HSL color Cylindrical-coordinate representation of color #10754D: hue angle of 156.24º degrees, saturation: 0.76, 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 #10754D is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1611777-
CMYK0.8600.340.54
HSL156.24º75.94%26.08%-
HSV(B)156.24º86.32%45.88%-
XYZ7.9113.379.18-
YUV82.24125.0480.75-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.62%
GREEN value IS 117 (46.09% from 255) = 55.71%
BLUE value IS 77 (30.47% from 255) = 36.67%
R=7.62%
G=55.71%
B=36.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16117770.8600.340.54156.2475.9426.08
Hex10754D56022369c4c1a
Octal201651151260426623411432
Binary10000111010110011011010110010001011011010011100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10754D; }

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

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

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

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

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

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

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

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