#0A764C

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

Shades of Salem #0A764C

Tints of Salem #0A764C

Color information

#0A764C (or 0x0A764C) is unknown color: approx Salem. HEX triplet: 0A, 76 and 4C. RGB value is (10,118,76). Sum of RGB (Red+Green+Blue) = 10+118+76=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 118 (46.48% from 255 or 57.84% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 118 - color contains mainly: green. Hex color #0A764C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A764C is #F589B3. Grayscale: #505050. Windows color (decimal): -16091572 or 5010954. OLE color: 5010954.

HSL color Cylindrical-coordinate representation of color #0A764C: hue angle of 156.67º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A764C is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB1011876-
CMYK0.9200.360.54
HSL156.67º84.38%25.1%-
HSV(B)156.67º91.53%46.27%-
XYZ7.9113.549.03-
YUV80.92125.2277.42-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.90%
GREEN value IS 118 (46.48% from 255) = 57.84%
BLUE value IS 76 (30.08% from 255) = 37.25%
R=4.90%
G=57.84%
B=37.25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10118760.9200.360.54156.6784.3825.1
HexA764C5C024369d5419
Octal121661141340446623512431
Binary1010111011010011001011100010010011011010011101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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