#10704F

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

Shades of Salem #10704F

Tints of Salem #10704F

Color information

#10704F (or 0x10704F) is unknown color: approx Salem. HEX triplet: 10, 70 and 4F. RGB value is (16,112,79). Sum of RGB (Red+Green+Blue) = 16+112+79=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #10704F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10704F is #EF8FB0. Grayscale: #4F4F4F. Windows color (decimal): -15699889 or 5206032. OLE color: 5206032.

HSL color Cylindrical-coordinate representation of color #10704F: hue angle of 159.38º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10704F is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB1611279-
CMYK0.8600.290.56
HSL159.38º75%25.1%-
HSV(B)159.38º85.71%43.92%-
XYZ7.4212.269.37-
YUV79.53127.782.68-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.73%
GREEN value IS 112 (44.14% from 255) = 54.11%
BLUE value IS 79 (31.25% from 255) = 38.16%
R=7.73%
G=54.11%
B=38.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16112790.8600.290.56159.387525.1
Hex10704F5601D389f4b19
Octal201601171260357023711331
Binary1000011100001001111101011001110111100010011111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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