#10784B

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

Shades of Salem #10784B

Tints of Salem #10784B

Color information

#10784B (or 0x10784B) is unknown color: approx Salem. HEX triplet: 10, 78 and 4B. RGB value is (16,120,75). Sum of RGB (Red+Green+Blue) = 16+120+75=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 120 (47.27% from 255 or 56.87% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 120 - color contains mainly: green. Hex color #10784B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10784B is #EF87B4. Grayscale: #535353. Windows color (decimal): -15697845 or 4945936. OLE color: 4945936.

HSL color Cylindrical-coordinate representation of color #10784B: hue angle of 154.04º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10784B is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1612075-
CMYK0.8700.370.53
HSL154.04º76.47%26.67%-
HSV(B)154.04º86.67%47.06%-
XYZ8.214.058.94-
YUV83.77123.0479.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.58%
GREEN value IS 120 (47.27% from 255) = 56.87%
BLUE value IS 75 (29.69% from 255) = 35.55%
R=7.58%
G=56.87%
B=35.55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16120750.8700.370.53154.0476.4726.67
Hex10784B57025359a4c1b
Octal201701131270456523211433
Binary10000111100010010111010111010010111010110011010100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10784B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10784B; }

 p { color: rgb(16,120,75); }

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

<style>
 a { background-color: #10784B; }

 a { background-color: rgb(16,120,75); }

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

<style>
 span { border-color: #10784B; }

 span { border-color: rgb(16,120,75); }

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