#0A864D

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

Shades of Salem #0A864D

Tints of Salem #0A864D

Color information

#0A864D (or 0x0A864D) is unknown color: approx Salem. HEX triplet: 0A, 86 and 4D. RGB value is (10,134,77). Sum of RGB (Red+Green+Blue) = 10+134+77=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 134 (52.73% from 255 or 60.63% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 134 - color contains mainly: green. Hex color #0A864D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A864D is #F579B2. Grayscale: #5A5A5A. Windows color (decimal): -16087475 or 5080586. OLE color: 5080586.

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

Color convert

RGB1013477-
CMYK0.9300.430.47
HSL152.42º86.11%28.24%-
HSV(B)152.42º92.54%52.55%-
XYZ9.9917.659.9-
YUV90.43120.4270.63-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.52%
GREEN value IS 134 (52.73% from 255) = 60.63%
BLUE value IS 77 (30.47% from 255) = 34.84%
R=4.52%
G=60.63%
B=34.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10134770.9300.430.47152.4286.1128.24
HexA864D5D02B2F98561c
Octal122061151350535723012634
Binary10101000011010011011011101010101110111110011000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A864D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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