#0a7b4a

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

Shades of Salem #0A7B4A

Tints of Salem #0A7B4A

Color information

#0A7B4A (or 0x0A7B4A) is unknown color: approx Salem. HEX triplet: 0A, 7B and 4A. RGB value is (10,123,74). Sum of RGB (Red+Green+Blue) = 10+123+74=207 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.83% from 207); Green value is 123 (48.44% from 255 or 59.42% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 123 - color contains mainly: green. Hex color #0A7B4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7B4A is #F584B5. Grayscale: #535353. Windows color (decimal): -16090294 or 4881162. OLE color: 4881162.

HSL color Cylindrical-coordinate representation of color #0A7B4A: hue angle of 153.98º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7B4A is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB1012374-
CMYK0.9200.400.52
HSL153.98º84.96%26.08%-
HSV(B)153.98º91.87%48.24%-
XYZ8.4414.728.88-
YUV83.63122.5675.48-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.83%
GREEN value IS 123 (48.44% from 255) = 59.42%
BLUE value IS 74 (29.30% from 255) = 35.75%
R=4.83%
G=59.42%
B=35.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10123740.9200.400.52153.9884.9626.08
HexA7B4A5C028349a551a
Octal121731121340506423212532
Binary1010111101110010101011100010100011010010011010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a7b4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,123,74); }

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

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

 a { background-color: rgb(10,123,74); }

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

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

 span { border-color: rgb(10,123,74); }

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