#0A864F

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

Shades of Salem #0A864F

Tints of Salem #0A864F

Color information

#0A864F (or 0x0A864F) is unknown color: approx Salem. HEX triplet: 0A, 86 and 4F. RGB value is (10,134,79). Sum of RGB (Red+Green+Blue) = 10+134+79=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 134 (52.73% from 255 or 60.09% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 134 - color contains mainly: green. Hex color #0A864F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A864F is #F579B0. Grayscale: #5A5A5A. Windows color (decimal): -16087473 or 5211658. OLE color: 5211658.

HSL color Cylindrical-coordinate representation of color #0A864F: hue angle of 153.39º 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 #0A864F is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1013479-
CMYK0.9300.410.47
HSL153.39º86.11%28.24%-
HSV(B)153.39º92.54%52.55%-
XYZ10.0617.6810.28-
YUV90.65121.4270.47-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.48%
GREEN value IS 134 (52.73% from 255) = 60.09%
BLUE value IS 79 (31.25% from 255) = 35.43%
R=4.48%
G=60.09%
B=35.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10134790.9300.410.47153.3986.1128.24
HexA864F5D0292F99561c
Octal122061171350515723112634
Binary10101000011010011111011101010100110111110011001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A864F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,134,79); }

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

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

 a { background-color: rgb(10,134,79); }

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

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

 span { border-color: rgb(10,134,79); }

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