#0A784C

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

Shades of Salem #0A784C

Tints of Salem #0A784C

Color information

#0A784C (or 0x0A784C) is unknown color: approx Salem. HEX triplet: 0A, 78 and 4C. RGB value is (10,120,76). Sum of RGB (Red+Green+Blue) = 10+120+76=206 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.85% from 206); Green value is 120 (47.27% from 255 or 58.25% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 120 - color contains mainly: green. Hex color #0A784C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A784C is #F587B3. Grayscale: #525252. Windows color (decimal): -16091060 or 5011466. OLE color: 5011466.

HSL color Cylindrical-coordinate representation of color #0A784C: hue angle of 156º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A784C is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1012076-
CMYK0.9200.370.53
HSL156º84.62%25.49%-
HSV(B)156º91.67%47.06%-
XYZ8.1514.029.11-
YUV82.09124.5676.58-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.85%
GREEN value IS 120 (47.27% from 255) = 58.25%
BLUE value IS 76 (30.08% from 255) = 36.89%
R=4.85%
G=58.25%
B=36.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10120760.9200.370.5315684.6225.49
HexA784C5C025359c5519
Octal121701141340456523412531
Binary1010111100010011001011100010010111010110011100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A784C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A784C; }

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

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

<style>
 a { background-color: #0A784C; }

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

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

<style>
 span { border-color: #0A784C; }

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

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