#0A774C

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

Shades of Salem #0A774C

Tints of Salem #0A774C

Color information

#0A774C (or 0x0A774C) is unknown color: approx Salem. HEX triplet: 0A, 77 and 4C. RGB value is (10,119,76). Sum of RGB (Red+Green+Blue) = 10+119+76=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 119 (46.88% from 255 or 58.05% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 119 - color contains mainly: green. Hex color #0A774C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A774C is #F588B3. Grayscale: #515151. Windows color (decimal): -16091316 or 5011210. OLE color: 5011210.

HSL color Cylindrical-coordinate representation of color #0A774C: hue angle of 156.33º degrees, saturation: 0.84, 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 #0A774C is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1011976-
CMYK0.9200.360.53
HSL156.33º84.5%25.29%-
HSV(B)156.33º91.6%46.67%-
XYZ8.0313.789.07-
YUV81.51124.8977-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.88%
GREEN value IS 119 (46.88% from 255) = 58.05%
BLUE value IS 76 (30.08% from 255) = 37.07%
R=4.88%
G=58.05%
B=37.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10119760.9200.360.53156.3384.525.29
HexA774C5C024359c5419
Octal121671141340446523412431
Binary1010111011110011001011100010010011010110011100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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