#10754F

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

Shades of Salem #10754F

Tints of Salem #10754F

Color information

#10754F (or 0x10754F) is unknown color: approx Salem. HEX triplet: 10, 75 and 4F. RGB value is (16,117,79). Sum of RGB (Red+Green+Blue) = 16+117+79=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 117 (46.09% from 255 or 55.19% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 117 - color contains mainly: green. Hex color #10754F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10754F is #EF8AB0. Grayscale: #525252. Windows color (decimal): -15698609 or 5207312. OLE color: 5207312.

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

Color convert

RGB1611779-
CMYK0.8600.320.54
HSL157.43º75.94%26.08%-
HSV(B)157.43º86.32%45.88%-
XYZ7.9913.49.56-
YUV82.47126.0480.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.55%
GREEN value IS 117 (46.09% from 255) = 55.19%
BLUE value IS 79 (31.25% from 255) = 37.26%
R=7.55%
G=55.19%
B=37.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16117790.8600.320.54157.4375.9426.08
Hex10754F56020369d4c1a
Octal201651171260406623511432
Binary10000111010110011111010110010000011011010011101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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