#0A8746

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

Shades of Salem #0A8746

Tints of Salem #0A8746

Color information

#0A8746 (or 0x0A8746) is unknown color: approx Salem. HEX triplet: 0A, 87 and 46. RGB value is (10,135,70). Sum of RGB (Red+Green+Blue) = 10+135+70=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 135 (53.12% from 255 or 62.79% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 135 - color contains mainly: green. Hex color #0A8746 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8746 is #F578B9. Grayscale: #5A5A5A. Windows color (decimal): -16087226 or 4622090. OLE color: 4622090.

HSL color Cylindrical-coordinate representation of color #0A8746: hue angle of 148.8º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8746 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB1013570-
CMYK0.9300.480.47
HSL148.8º86.21%28.43%-
HSV(B)148.8º92.59%52.94%-
XYZ9.8917.838.72-
YUV90.21116.5970.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.65%
GREEN value IS 135 (53.12% from 255) = 62.79%
BLUE value IS 70 (27.73% from 255) = 32.56%
R=4.65%
G=62.79%
B=32.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10135700.9300.480.47148.886.2128.43
HexA87465D0302F95561c
Octal122071061350605722512634
Binary10101000011110001101011101011000010111110010101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,135,70); }

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

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

 a { background-color: rgb(10,135,70); }

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

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

 span { border-color: rgb(10,135,70); }

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