#10714F

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

Shades of Salem #10714F

Tints of Salem #10714F

Color information

#10714F (or 0x10714F) is unknown color: approx Salem. HEX triplet: 10, 71 and 4F. RGB value is (16,113,79). Sum of RGB (Red+Green+Blue) = 16+113+79=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 113 (44.53% from 255 or 54.33% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 113 - color contains mainly: green. Hex color #10714F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10714F is #EF8EB0. Grayscale: #505050. Windows color (decimal): -15699633 or 5206288. OLE color: 5206288.

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

Color convert

RGB1611379-
CMYK0.8600.300.56
HSL158.97º75.19%25.29%-
HSV(B)158.97º85.84%44.31%-
XYZ7.5312.489.41-
YUV80.12127.3682.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.69%
GREEN value IS 113 (44.53% from 255) = 54.33%
BLUE value IS 79 (31.25% from 255) = 37.98%
R=7.69%
G=54.33%
B=37.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16113790.8600.300.56158.9775.1925.29
Hex10714F5601E389f4b19
Octal201611171260367023711331
Binary1000011100011001111101011001111011100010011111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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