#0A774B

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

Shades of Salem #0A774B

Tints of Salem #0A774B

Color information

#0A774B (or 0x0A774B) is unknown color: approx Salem. HEX triplet: 0A, 77 and 4B. RGB value is (10,119,75). Sum of RGB (Red+Green+Blue) = 10+119+75=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 119 (46.88% from 255 or 58.33% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 119 - color contains mainly: green. Hex color #0A774B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A774B is #F588B4. Grayscale: #515151. Windows color (decimal): -16091317 or 4945674. OLE color: 4945674.

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

Color convert

RGB1011975-
CMYK0.9200.370.53
HSL155.78º84.5%25.29%-
HSV(B)155.78º91.6%46.67%-
XYZ7.9913.778.89-
YUV81.39124.3977.08-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.90%
GREEN value IS 119 (46.88% from 255) = 58.33%
BLUE value IS 75 (29.69% from 255) = 36.76%
R=4.90%
G=58.33%
B=36.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10119750.9200.370.53155.7884.525.29
HexA774B5C025359c5419
Octal121671131340456523412431
Binary1010111011110010111011100010010111010110011100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A774B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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