#10794E

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

Shades of Salem #10794E

Tints of Salem #10794E

Color information

#10794E (or 0x10794E) is unknown color: approx Salem. HEX triplet: 10, 79 and 4E. RGB value is (16,121,78). Sum of RGB (Red+Green+Blue) = 16+121+78=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 121 (47.66% from 255 or 56.28% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 121 - color contains mainly: green. Hex color #10794E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10794E is #EF86B1. Grayscale: #545454. Windows color (decimal): -15697586 or 5142800. OLE color: 5142800.

HSL color Cylindrical-coordinate representation of color #10794E: hue angle of 155.43º degrees, saturation: 0.77, 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 #10794E is Cyan = 0.87, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1612178-
CMYK0.8700.360.53
HSL155.43º76.64%26.86%-
HSV(B)155.43º86.78%47.45%-
XYZ8.4314.339.53-
YUV84.7124.2179-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.44%
GREEN value IS 121 (47.66% from 255) = 56.28%
BLUE value IS 78 (30.86% from 255) = 36.28%
R=7.44%
G=56.28%
B=36.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16121780.8700.360.53155.4376.6426.86
Hex10794E57024359b4d1b
Octal201711161270446523311533
Binary10000111100110011101010111010010011010110011011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10794E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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