#10764E

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

Shades of Salem #10764E

Tints of Salem #10764E

Color information

#10764E (or 0x10764E) is unknown color: approx Salem. HEX triplet: 10, 76 and 4E. RGB value is (16,118,78). Sum of RGB (Red+Green+Blue) = 16+118+78=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 118 (46.48% from 255 or 55.66% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 118 - color contains mainly: green. Hex color #10764E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10764E is #EF89B1. Grayscale: #525252. Windows color (decimal): -15698354 or 5142032. OLE color: 5142032.

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

Color convert

RGB1611878-
CMYK0.8600.340.54
HSL156.47º76.12%26.27%-
HSV(B)156.47º86.44%46.27%-
XYZ8.0713.629.41-
YUV82.94125.2180.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.55%
GREEN value IS 118 (46.48% from 255) = 55.66%
BLUE value IS 78 (30.86% from 255) = 36.79%
R=7.55%
G=55.66%
B=36.79%

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
Decimal16118780.8600.340.54156.4776.1226.27
Hex10764E56022369c4c1a
Octal201661161260426623411432
Binary10000111011010011101010110010001011011010011100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10764E; }

 p { color: rgb(16,118,78); }

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

<style>
 a { background-color: #10764E; }

 a { background-color: rgb(16,118,78); }

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

<style>
 span { border-color: #10764E; }

 span { border-color: rgb(16,118,78); }

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