#10784C

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

Shades of Salem #10784C

Tints of Salem #10784C

Color information

#10784C (or 0x10784C) is unknown color: approx Salem. HEX triplet: 10, 78 and 4C. RGB value is (16,120,76). Sum of RGB (Red+Green+Blue) = 16+120+76=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 120 (47.27% from 255 or 56.60% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 120 - color contains mainly: green. Hex color #10784C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10784C is #EF87B3. Grayscale: #535353. Windows color (decimal): -15697844 or 5011472. OLE color: 5011472.

HSL color Cylindrical-coordinate representation of color #10784C: hue angle of 154.62º 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 #10784C is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1612076-
CMYK0.8700.370.53
HSL154.62º76.47%26.67%-
HSV(B)154.62º86.67%47.06%-
XYZ8.2314.069.12-
YUV83.89123.5479.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.55%
GREEN value IS 120 (47.27% from 255) = 56.60%
BLUE value IS 76 (30.08% from 255) = 35.85%
R=7.55%
G=56.60%
B=35.85%

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
Decimal16120760.8700.370.53154.6276.4726.67
Hex10784C57025359b4c1b
Octal201701141270456523311433
Binary10000111100010011001010111010010111010110011011100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10784C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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